12.1 Command-Window Command Format

Syntax

command[[arguments]] [[;command[[arguments]]]]

Parameters

command

A command name. The command is not case sensitive; any combination of uppercase and lowercase letters can be used.

arguments

Expressions that represent values or addresses used by the command. Source-level expressions used as arguments may or may not be case sensitive, depending on the current expression evaluator. The first argument can be placed immediately after command with no space separating the two fields.

If a command takes more than one argument, you must separate the arguments with spaces.

Remarks

Additional commands may be specified on the same line. A semicolon (;) must separate each command from the next.