prompt characters

prompt characters


prompt Index Level q-pointer
Syntax
Category Definitions
Type Definition
Description characters that are displayed at input prompts. The number of prompt characters output is equivalent to the level a process is at.

For D3 the TCL prompt is the ":" character. If a list is active then the TCL prompt is changed to ">".

When running FlashBASIC programs, the default input prompt is the "?". Only one input prompt is printed regardless of the process level. The FlashBASIC debugger prompt is the "*" character.

The system debugger prompt is the "!" character.

The Proc default input prompt is the ":". Only one input prompt is printed regardless of the process level.

For R83, the TCL prompt character is ">".
Options
See Also PROMPT prompt prompt ip is debugger System Debugger level pushing levels :
Example :::  At TCL level 3
>>   At TCL level 2 with an active list
Warnings
Compatibility D3 7.0 R83 AP
prompt Index Level q-pointer