Arguments

Use

Prints the arguments of a specified procedure environment.

Command Syntax

ARGUMENTS [environment]

where:

environment
Name of an active procedure

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.

Example

In this example, the arguments to the "sift" procedure are displayed.

CodeWatch> ARGUMENTS sift
N = 10 { fixed binary (31) }