PROMPT Procedure

Standard Library procedure that sets the interactive prompt.

Usage

PROMPT, string

Input Parameters

string — A scalar string defining the new prompt.

Keywords

None.

Discussion

PROMPT sets the interactive prompt to string, and also changes the value of the system variable !Prompt to that string.

If no parameter is supplied, the prompt string reverts to WAVE>.

Example

WAVE> PROMPT, 'YOU_RANG?> '
YOU_RANG?> PROMPT
WAVE>

See Also

System Variables:  !Prompt