Prompt Characters

Prompt characters are the characters 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 : (colon). If a list is active, then the TCL prompt is an > (angle bracket).

When running FlashBASIC programs, the default input prompt is the ? (question mark). Only one input prompt is displayed regardless of the process level. The FlashBASIC debugger prompt is the * (asterisk). The system debugger prompt is the ! (exclamation point).

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

Example(s)

:::

At TCL level 3

>>

At TCL level 2 with an active list

See Also

BASIC/FlashBASIC Debugger, ip Command, is Command, Level Pushing, Levels, Prompt, Prompt Characters, prompt Statement