? | ?? [<Expression,...>]
@ <nTop>, <nLeft>, <nBottom>, <nRight> BOX <cBoxString> [COLOR <cColor>]
@ <nTop>, <nLeft> [ CLEAR [TO <nBottom>, <nRight>] ]
@ <nRow>, <nCol> [SAY <SayExpr> [PICTURE <cSayPicture>] [COLOR <cSayColor>]] GET <VarName> [PICTURE <cGetPicture>] [COLOR <cGetColor>] [WHEN <blPreValid>] [VALID <blPostValid>] | [RANGE <dnMinValue>, <dnMaxValue>] [SEND <message>]
@ <nRow>, <nCol> PROMPT <cMenuItem> [MESSAGE <bcMessage>]
@ <nRow>, <nCol> SAY <SayExpr> [PICTURE <cSayPicture>] [COLOR <cColor>]
@ <nTop>, <nLeft> TO <nBottom>, <nRight> [COLOR <cColor>] [DOUBLE]
AChoice( <nTop>, <nLeft>, <nBottom>, <nRight>, <aItems>, [<alSelectable>], [<bcUserFunc>], [<nStartItem>], [<nStartRow> ] ) --> nElement
Browse( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>] ) --> lSuccess
ColorSelect( <nColorIndex> ) --> NIL
DbEdit( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>], [<aColumns>], [<bcUserFunc>], [<acPicture>], [<acHeading>], [<acHeadSep>], [<acColSep>], [<acFootSep>], [<acFooting>] ) --> NIL
DbList( [<aCodeblocks>], [<lNoRecno>], [<lAll>], [<bForCondition>], [<bWhileCondition>], [<nCount>], [<xRecordID>], [<lRest>], [<lPrint>], [<cFilename>] ) --> NIL
DevOutPict(<Expression>, <cPicture>, [<cColor>]) --> NIL
DispBox( <nTop>, <nLeft>, <nBottom>, <nRight>, [<cnBoxString>], [<cColor>] ) --> NIL
DISPLAY <Expression,...> [FOR <lForCondition>] [WHILE <lWhileCondition>] [NEXT <nCount>] [RECORD <xRecordID>] [TO FILE <cFilename>] [TO PRINTER] [REST] [ALL] [OFF]
DispOut( <Expression> [, <cColor> ] ) --> NIL
DispOutAt( <nRow>, <nCol>, <Expression>, [<cColor>], [<oWindow>] ) --> NIL
EnableClipRect( [<lOnOff>] ) --> lOldSetting
LIST <Expression,...> [FOR <lForCondition>] [WHILE <lWhileCondition>] [NEXT <nCount>] [RECORD <xRecordID>] [TO FILE <cFilename>] [TO PRINTER] [REST] [ALL] [OFF]
MaxCol() --> nMaxCol
MaxRow() --> nMaxRow
QOut( [<Expression,...>] ) --> NIL QQOut( [<Expression,...>] ) --> NIL
RestScreen( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>], <cScreen>) --> NIL
SaveScreen([<nTop>], [<nLeft>], [<nBottom>], [<nRight>]) --> cScreen
Scroll( [<nTop>], [<nLeft>], [<nBottom>], [<nRight>], [<nRows>], [<nColumns>] ) --> NIL
SET ALTERNATE TO [<cFileName> [ADDITIVE] ] SET ALTERNATE on | OFF | <lToggle>
SET COLOR | COLOUR TO [ [ <standard>] [,<enhanced>] [,<border>] [,<background>] [,<unselected>] ] // or character expression in parentheses: SET COLOR | COLOUR TO ( <cColor> )
SET CONFIRM on | OFF | <lToggle>
SET DEVICE TO SCREEN | printer
SET MESSAGE TO [<nRow> [CENTER | CENTRE]]
SET PRINTER on | OFF | <lToggle> SET PRINTER TO [<cDevice> | <cFileName> [ADDITIVE] ] SET PRINTER TO OBJECT <oXbpPrinter> BScope:!EF process wide
SetBlink( [<lOnOff>] ) --> lOldSetting
SetClipRect( [<aRectangle>] ) --> aOldRectangle
SetCursor( [<nCursorShape>] ) --> nCurrentShape
SetMode( <nMaxRow>, <nMaxCol> ) --> lSuccess
TEXT [TO PRINTER] | [TO FILE <cFilename>] <Text> ENDTEXT or TEXT [INTO <variable> [TRIMMED]] | [INTO <variable> WRAP] | [INTO <variable> WRAP <cLineBreak> [TRIMMED]] <Text> ENDTEXT
WAIT [<SayExpression>] [TO <VarName>]