Prints the arguments of a specified procedure environment.
ARGUMENTS [environment]
where:
The ARGUMENTS command prints the arguments to a named procedure environment. The procedure environment can be any program block.
If the environment name is omitted, the debugger defaults to the current evaluation environment.
In this example, the arguments to the "sift" procedure are displayed.
CodeWatch> ARGUMENTS sift N = 10 { fixed binary (31) }
Description
The ARGUMENTS command prints the arguments to a named procedure environment. The procedure environment can be any program block.
If the environment name is omitted, the debugger defaults to the current evaluation environment.