Interface BusinessBASICTokens
-
public interface BusinessBASICTokensThis class contains all Applesoft tokens. Note that invalid source characters (&, <, etc) are spelled out.
-
-
Field Summary
Fields Modifier and Type Field Description static byteABSstatic byteAMPERSANDstatic byteANDstatic byteASCstatic byteATstatic byteATNstatic byteCALLstatic byteCHR$static byteCLEARstatic byteCOLORstatic byteCONTstatic byteCOSstatic byteDATAstatic byteDEFstatic byteDELstatic byteDIMstatic byteDIVIDEstatic byteDRAWstatic byteENDstatic byteEQUALSstatic byteEXPstatic byteFLASHstatic byteFNstatic byteFORstatic byteFREstatic byteGETstatic byteGOSUBstatic byteGOTOstatic byteGRstatic byteGREATERTHANstatic byteHCOLORstatic byteHGRstatic byteHGR2static byteHIMEMstatic byteHLINstatic byteHOMEstatic byteHPLOTstatic byteHTABstatic byteIFstatic byteINnbrstatic byteINPUTstatic byteINTstatic byteINVERSEstatic byteLEFT$static byteLENstatic byteLESSTHANstatic byteLETstatic byteLISTstatic byteLOADstatic byteLOGstatic byteLOMEMstatic byteMID$static byteMINUSstatic byteMULTIPLYstatic byteNEWstatic byteNEXTstatic byteNORMALstatic byteNOTstatic byteNOTRACEstatic byteONstatic byteONERRstatic byteORstatic bytePDLstatic bytePEEKstatic bytePLOTstatic bytePLUSstatic bytePOKEstatic bytePOPstatic bytePOSstatic bytePOWERstatic bytePRINTstatic bytePRnbrstatic byteREADstatic byteRECALLstatic byteREMstatic byteRESTOREstatic byteRESUMEstatic byteRETURNstatic byteRIGHT$static byteRNDstatic byteROTstatic byteRUNstatic byteSAVEstatic byteSCALEstatic byteSCRNstatic byteSGNstatic byteSHLOADstatic byteSINstatic byteSPCstatic byteSPEEDstatic byteSQRstatic byteSTEPstatic byteSTOPstatic byteSTOREstatic byteSTR$static byteTABstatic byteTANstatic byteTEXTstatic byteTHENstatic byteTOstatic byteTRACEstatic byteUSRstatic byteVALstatic byteVLINstatic byteVTABstatic byteWAITstatic byteXDRAW
-
-
-
Field Detail
-
END
static final byte END
- See Also:
- Constant Field Values
-
FOR
static final byte FOR
- See Also:
- Constant Field Values
-
NEXT
static final byte NEXT
- See Also:
- Constant Field Values
-
DATA
static final byte DATA
- See Also:
- Constant Field Values
-
INPUT
static final byte INPUT
- See Also:
- Constant Field Values
-
DEL
static final byte DEL
- See Also:
- Constant Field Values
-
DIM
static final byte DIM
- See Also:
- Constant Field Values
-
READ
static final byte READ
- See Also:
- Constant Field Values
-
GR
static final byte GR
- See Also:
- Constant Field Values
-
TEXT
static final byte TEXT
- See Also:
- Constant Field Values
-
PRnbr
static final byte PRnbr
- See Also:
- Constant Field Values
-
INnbr
static final byte INnbr
- See Also:
- Constant Field Values
-
CALL
static final byte CALL
- See Also:
- Constant Field Values
-
PLOT
static final byte PLOT
- See Also:
- Constant Field Values
-
HLIN
static final byte HLIN
- See Also:
- Constant Field Values
-
VLIN
static final byte VLIN
- See Also:
- Constant Field Values
-
HGR2
static final byte HGR2
- See Also:
- Constant Field Values
-
HGR
static final byte HGR
- See Also:
- Constant Field Values
-
HCOLOR
static final byte HCOLOR
- See Also:
- Constant Field Values
-
HPLOT
static final byte HPLOT
- See Also:
- Constant Field Values
-
DRAW
static final byte DRAW
- See Also:
- Constant Field Values
-
XDRAW
static final byte XDRAW
- See Also:
- Constant Field Values
-
HTAB
static final byte HTAB
- See Also:
- Constant Field Values
-
HOME
static final byte HOME
- See Also:
- Constant Field Values
-
ROT
static final byte ROT
- See Also:
- Constant Field Values
-
SCALE
static final byte SCALE
- See Also:
- Constant Field Values
-
SHLOAD
static final byte SHLOAD
- See Also:
- Constant Field Values
-
TRACE
static final byte TRACE
- See Also:
- Constant Field Values
-
NOTRACE
static final byte NOTRACE
- See Also:
- Constant Field Values
-
NORMAL
static final byte NORMAL
- See Also:
- Constant Field Values
-
INVERSE
static final byte INVERSE
- See Also:
- Constant Field Values
-
FLASH
static final byte FLASH
- See Also:
- Constant Field Values
-
COLOR
static final byte COLOR
- See Also:
- Constant Field Values
-
POP
static final byte POP
- See Also:
- Constant Field Values
-
VTAB
static final byte VTAB
- See Also:
- Constant Field Values
-
HIMEM
static final byte HIMEM
- See Also:
- Constant Field Values
-
LOMEM
static final byte LOMEM
- See Also:
- Constant Field Values
-
ONERR
static final byte ONERR
- See Also:
- Constant Field Values
-
RESUME
static final byte RESUME
- See Also:
- Constant Field Values
-
RECALL
static final byte RECALL
- See Also:
- Constant Field Values
-
STORE
static final byte STORE
- See Also:
- Constant Field Values
-
SPEED
static final byte SPEED
- See Also:
- Constant Field Values
-
LET
static final byte LET
- See Also:
- Constant Field Values
-
GOTO
static final byte GOTO
- See Also:
- Constant Field Values
-
RUN
static final byte RUN
- See Also:
- Constant Field Values
-
IF
static final byte IF
- See Also:
- Constant Field Values
-
RESTORE
static final byte RESTORE
- See Also:
- Constant Field Values
-
AMPERSAND
static final byte AMPERSAND
- See Also:
- Constant Field Values
-
GOSUB
static final byte GOSUB
- See Also:
- Constant Field Values
-
RETURN
static final byte RETURN
- See Also:
- Constant Field Values
-
REM
static final byte REM
- See Also:
- Constant Field Values
-
STOP
static final byte STOP
- See Also:
- Constant Field Values
-
ON
static final byte ON
- See Also:
- Constant Field Values
-
WAIT
static final byte WAIT
- See Also:
- Constant Field Values
-
LOAD
static final byte LOAD
- See Also:
- Constant Field Values
-
SAVE
static final byte SAVE
- See Also:
- Constant Field Values
-
DEF
static final byte DEF
- See Also:
- Constant Field Values
-
POKE
static final byte POKE
- See Also:
- Constant Field Values
-
PRINT
static final byte PRINT
- See Also:
- Constant Field Values
-
CONT
static final byte CONT
- See Also:
- Constant Field Values
-
LIST
static final byte LIST
- See Also:
- Constant Field Values
-
CLEAR
static final byte CLEAR
- See Also:
- Constant Field Values
-
GET
static final byte GET
- See Also:
- Constant Field Values
-
NEW
static final byte NEW
- See Also:
- Constant Field Values
-
TAB
static final byte TAB
- See Also:
- Constant Field Values
-
TO
static final byte TO
- See Also:
- Constant Field Values
-
FN
static final byte FN
- See Also:
- Constant Field Values
-
SPC
static final byte SPC
- See Also:
- Constant Field Values
-
THEN
static final byte THEN
- See Also:
- Constant Field Values
-
AT
static final byte AT
- See Also:
- Constant Field Values
-
NOT
static final byte NOT
- See Also:
- Constant Field Values
-
STEP
static final byte STEP
- See Also:
- Constant Field Values
-
PLUS
static final byte PLUS
- See Also:
- Constant Field Values
-
MINUS
static final byte MINUS
- See Also:
- Constant Field Values
-
MULTIPLY
static final byte MULTIPLY
- See Also:
- Constant Field Values
-
DIVIDE
static final byte DIVIDE
- See Also:
- Constant Field Values
-
POWER
static final byte POWER
- See Also:
- Constant Field Values
-
AND
static final byte AND
- See Also:
- Constant Field Values
-
OR
static final byte OR
- See Also:
- Constant Field Values
-
GREATERTHAN
static final byte GREATERTHAN
- See Also:
- Constant Field Values
-
EQUALS
static final byte EQUALS
- See Also:
- Constant Field Values
-
LESSTHAN
static final byte LESSTHAN
- See Also:
- Constant Field Values
-
SGN
static final byte SGN
- See Also:
- Constant Field Values
-
INT
static final byte INT
- See Also:
- Constant Field Values
-
ABS
static final byte ABS
- See Also:
- Constant Field Values
-
USR
static final byte USR
- See Also:
- Constant Field Values
-
FRE
static final byte FRE
- See Also:
- Constant Field Values
-
SCRN
static final byte SCRN
- See Also:
- Constant Field Values
-
PDL
static final byte PDL
- See Also:
- Constant Field Values
-
POS
static final byte POS
- See Also:
- Constant Field Values
-
SQR
static final byte SQR
- See Also:
- Constant Field Values
-
RND
static final byte RND
- See Also:
- Constant Field Values
-
LOG
static final byte LOG
- See Also:
- Constant Field Values
-
EXP
static final byte EXP
- See Also:
- Constant Field Values
-
COS
static final byte COS
- See Also:
- Constant Field Values
-
SIN
static final byte SIN
- See Also:
- Constant Field Values
-
TAN
static final byte TAN
- See Also:
- Constant Field Values
-
ATN
static final byte ATN
- See Also:
- Constant Field Values
-
PEEK
static final byte PEEK
- See Also:
- Constant Field Values
-
LEN
static final byte LEN
- See Also:
- Constant Field Values
-
STR$
static final byte STR$
- See Also:
- Constant Field Values
-
VAL
static final byte VAL
- See Also:
- Constant Field Values
-
ASC
static final byte ASC
- See Also:
- Constant Field Values
-
CHR$
static final byte CHR$
- See Also:
- Constant Field Values
-
LEFT$
static final byte LEFT$
- See Also:
- Constant Field Values
-
RIGHT$
static final byte RIGHT$
- See Also:
- Constant Field Values
-
MID$
static final byte MID$
- See Also:
- Constant Field Values
-
-