User`s guide
Char. Decimal Name Action
Ctrl+I
09
Tab Move to the next tab stop
Ctrl+M
13
Return Complete this input line
Ctrl+R
18
Retype the current input
line
Ctrl+U
21
Delete the entire current
line
Ctrl+W
23
Start/stop slow output
mode
Ctrl+Z
26
Complete this input with
an end of file error
DEL
1207
Delete Delete the previous input
character
During a PROMPT or READ instruction, all control characters are ignored except those listed
above. Tab characters are automatically converted to the appropriate number of space
characters when they are received. (Tab stops are assumed to be set every eight spaces [at
columns 9, 17, 25,...] and cannot be changed.)
Unlike PROMPT, both READ and GETC require that the terminal be ATTACHed.
Normally, READ and GETC echo input characters as they are processed. An optional mode
argument for each of these operations allows echo to be suppressed.
Output Processing
Output to the system terminal can be performed using PROMPT, TYPE, or WRITE
instructions. All eight-bit, binary, byte data is output to the terminal without any
modification.
TYPE and WRITE automatically append a Return character (13 decimal) and Line Feed
character (10 decimal) to each data record, unless the /S format control is specified. PROMPT
does not append any characters.
Unlike all the other I/O devices, the terminal does not have to be attached prior to output
requests. If a different task is attached to the terminal, however, any output requests are
queued until the other task detaches. V+ system error messages are always displayed
immediately, regardless of the status of terminal attachment.
Terminal I/O
(Undefined variable: Primary.Product_Name_V)Language User's Guide, version
17.x
Page 203










