Interface BusinessBASICTokens
-
public interface BusinessBASICTokens
This class contains all Applesoft tokens. Note that invalid source characters (&, <, etc) are spelled out.
-
-
Field Summary
Fields Modifier and Type Field Description static byte
ABS
static byte
AMPERSAND
static byte
AND
static byte
ASC
static byte
AT
static byte
ATN
static byte
CALL
static byte
CHR$
static byte
CLEAR
static byte
COLOR
static byte
CONT
static byte
COS
static byte
DATA
static byte
DEF
static byte
DEL
static byte
DIM
static byte
DIVIDE
static byte
DRAW
static byte
END
static byte
EQUALS
static byte
EXP
static byte
FLASH
static byte
FN
static byte
FOR
static byte
FRE
static byte
GET
static byte
GOSUB
static byte
GOTO
static byte
GR
static byte
GREATERTHAN
static byte
HCOLOR
static byte
HGR
static byte
HGR2
static byte
HIMEM
static byte
HLIN
static byte
HOME
static byte
HPLOT
static byte
HTAB
static byte
IF
static byte
INnbr
static byte
INPUT
static byte
INT
static byte
INVERSE
static byte
LEFT$
static byte
LEN
static byte
LESSTHAN
static byte
LET
static byte
LIST
static byte
LOAD
static byte
LOG
static byte
LOMEM
static byte
MID$
static byte
MINUS
static byte
MULTIPLY
static byte
NEW
static byte
NEXT
static byte
NORMAL
static byte
NOT
static byte
NOTRACE
static byte
ON
static byte
ONERR
static byte
OR
static byte
PDL
static byte
PEEK
static byte
PLOT
static byte
PLUS
static byte
POKE
static byte
POP
static byte
POS
static byte
POWER
static byte
PRINT
static byte
PRnbr
static byte
READ
static byte
RECALL
static byte
REM
static byte
RESTORE
static byte
RESUME
static byte
RETURN
static byte
RIGHT$
static byte
RND
static byte
ROT
static byte
RUN
static byte
SAVE
static byte
SCALE
static byte
SCRN
static byte
SGN
static byte
SHLOAD
static byte
SIN
static byte
SPC
static byte
SPEED
static byte
SQR
static byte
STEP
static byte
STOP
static byte
STORE
static byte
STR$
static byte
TAB
static byte
TAN
static byte
TEXT
static byte
THEN
static byte
TO
static byte
TRACE
static byte
USR
static byte
VAL
static byte
VLIN
static byte
VTAB
static byte
WAIT
static byte
XDRAW
-
-
-
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
-
-