Display or print one or more values to the console or printer
? | ?? [<exp list>]
Display or print data at a specified screen or printer row and column
@ <nRow>, <nCol>
[SAY <exp>
[PICTURE <cSayPicture>]
[COLOR <cColorString>]]
[GET <idVar>
[PICTURE <cGetPicture>]
[COLOR <cColorString>]]
[WHEN <lPreExpression>]
[RANGE* <dnLower>, <dnUpper>] |
[VALID <lPostExpression>]
Move the cursor or printhead to a new position depending on the current device
DEVPOS(<nRow>, <nCol>) --> NIL
Display or print records to the console or printer
DISPLAY <exp list>
[TO PRINTER] [TO FILE <xcFile>]
[<scope>] [WHILE <lCondition>]
[FOR <lCondition>] [OFF]
Advance the print head to top of form
EJECT
Determine whether the LPT1 is ready
ISPRINTER() --> lReady
Display or print labels to the console or printer
LABEL FORM <xcLabel>
[TO PRINTER] [TO FILE <xcFile>] [NOCONSOLE]
[<scope>] [WHILE <lCondition>] [FOR <lCondition>]
[SAMPLE]
List or print records to the console or printer
LIST <exp list>
[TO PRINTER] [TO FILE <xcFile>]
[<scope>] [WHILE <lCondition>]
[FOR <lCondition>] [OFF]
Write a list of values to the standard output device
OUTSTD(<exp list>) --> NIL
Return the current column position of the printhead
PCOL() --> nColumn
Return the current row position of the printhead
PROW() --> nRow
Display or print a list of expressions to the console or printer
QOUT( [ <exp list> ] ) --> NIL
QQOUT( [ <exp list> ] ) --> NIL
Display or print a report to the console or printer
REPORT FORM <xcReport>
[TO PRINTER] [TO FILE <xcFile>] [NOCONSOLE]
[<scope>] [WHILE <lCondition>] [FOR <lCondition>]
[PLAIN | HEADING <cHeading>] [NOEJECT] [SUMMARY]
Set the page offset for all printed pages
SET MARGIN TO [<nPageOffset>]
Toggle echo of console output to the printer or set the destination of printed output
SET PRINTER on | OFF | <xlToggle>
SET PRINTER TO [<xcDevice> | <xcFile> [ADDITIVE]]
Set PROW() and PCOL() values
SETPRC(<nRow>, <nCol>) --> NIL
TYPE :
Display or print the contents of a text file
TYPE <xcFile> [TO PRINTER] [TO FILE <xcOutFile>]