If you get this message congratulations the computer works. If not go back check
everything and read this manual again to find the fault.
The computer asks for Warm or Cold start. Choose C. The Warm start is only needed if
there is a program in memory which you do not want deleted.
At the question memory top? Just press enter and you will see a startuo message that
You now can begin programming the computer with the following commando's:
SGN,INT,ABS,USR,FRE,INP,POS,SQR,RND,LOG,EXP,COS,SIN,TAN,ATN,PEEK,DEEK,L
EN,STR$,VAL,ASC,CHR$,LEFT$,RIGHT$,MID$
END,FOR,NEXT,DATA,INPUT,DIM,READ,LET,GOTO,RUN,IF,RESTORE,GOSUB,RETURN,R
EM,STOP,OUT,ON,NULL,WAIT,
DEF,POKE,DOKE,LINES,CLS,WIDTH,MONITOR,PRINT,CONT,LIST,CLEAR,NEW
TAB,TO,FN,SPC,THEN,NOT,STEP
+,-,*,/,^,AND,OR,>,<,=
Explenation about how to program Basic goedsto far for this manual. There are enough
books available about this subject.
To test the computers Basic type in the following program: (After each line press ENTER):
10 A=0
20 PRINT A
30 A=A+1
40 GOTO 20
Type in LIST to see if the program looks exactly the same as shown here. If so type in
RUN and the program will start and will count. To break out of the program pres Ctrl and C
together.