Basic Language Documentation


Programming Table of Contents

Main Table of Contents


Page Index Commands    
    Commands BYE
BUILD
FREE
CLEAR
SCRATCH
LIST
DELETE
RUN
CONTINUE
STEP
LOCK
UNLOCK
    Source File Access OLD
SAVE
REPLACE
UNSAVE
FREEZE
UNFREEZE
  Statements    
    Program Statements REM
LET
PRINT
IF
FOR / NEXT
GOTO
GOSUB / RETURN
ON
INPUT
LINE INPUT
DATA
READ
RESTORE
CHAIN
END
STOP
PAUSE
DIM
DEF FN
    Operators +
'
*
/
^
<
>
=
<>
    Logical Operators AND
OR
NOT
 
    File Access Statements OPEN
INPUT
LINE INPUT
CLOSE
CIN()
    Hardware Access PIN()
OUT
PEEK()
POKE
CNTRL
SEG()
PAD()
  Functions    
    Math Functions ABS()
INT()
MAX()
MIN()
RND()
SGN()
SQR()
SIN()
COS()
TAN()
ATN()
LOG()
EXP()
    String Functions LEFT$()
MID$()
RIGHT$()
LEN()
MATCH()
    Conversion Functions ASC()
CHR$()
VAL()
STR$()
LNO()
    Print Functions SPC()
TAB()
POS()
 

Commands


Source File Access Commands


Program Statements


Operators


Logical Operators


File Access Statements


Hardware Access Statements


Mathmatical Functions


String Functions


Data Conversion Functions


Printing Functions


Programming Table of Contents

Main Table of Contents