1 02/05/85  pascal_set_prompt
 2 
 3 Syntax as a command:  pascal_set_prompt {string} {-control_arg}
 4 
 5 
 6 Function: sets the prompt string used by Pascal programs in
 7 interactive mode.  Type "help pascal_terminal_io" for a description of
 8 the interactive mode.
 9 
10 
11 Arguments:
12 string
13    specifies the prompt string.
14 
15 
16 Control arguments:
17 -no_prompt, -npmt
18    prints nothing for a prompt.
19 
20 
21 Notes: If you provide no arguments, the default prompt "?"  is
22 restored.
23 
24 For information on Pascal see the Multics Pascal User's Guide (GB62).