![]() ![]() |
|
OUTThe OUT statement is used to send raw characters to the current output device (normally the terminal).
COMMAND SYNTAXOUT expression
SYNTAX ELEMENTSexpression should evaluate to a numeric integer in the range 0 to 255, being the entire range of ASCII characters.
NOTESThe numeric expression is first converted to the raw ASCII character specified and then sent directly to the output advice.
EXAMPLES
|