;
ARGS -- Displays the names and values of each argument in a specified
active routine. If you do not specify the name of a routine,
ARGS returns the names and values of each argument in the current
routine.
> ARGS (Find the names (x and y) and values (5
SAMPLEMOD\MATH\F\x = 5 and 3.14) of each argument in the current
SAMPLEMOD\MATH\F\y = 3.14 routine.)
> ARGS MATH\ (Find the names and values of each argument
SAMPLEMOD\MATH\bitmap_number = 4 in routine MATH. MATH must be an active
SAMPLEMOD\MATH\pixel_range = 1000 routine. The output shows that routine
SAMPLEMOD\MATH\text_color = 2 MATH has three arguments.)