Outputs a text string to the terminal.
O{text}{+}
text is one or more characters to be displayed.
+ inhibits RETURN/LINEFEED at the end of the string leaving the cursor positioned to the right of the last character displayed. This is useful when prompting for input from the user, since the input appears next to the prompt.
The O command outputs text to the terminal. No cursor positioning or video display features are available with this command (compare with the T command).
If no text is supplied, a blank line is output.
Command | Terminal Output |
---|---|
O ORDER ENTRY |
ORDER ENTRY ENTER ORDER NUMBER: |
Command | Terminal Output |
---|---|
O P A Y R O L L |
P A Y R O L L ENTER EMPLOYEE NO. |