EasyManua.ls Logo

VTech PreComputer Prestige - Basic Calculator Operations; Calculator Memory Features

VTech PreComputer Prestige
93 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
69
80 NEXT
90 A=S/8
100 PRINT A
RUN
9.52813
REM
Line # REM text
REM is used to add comments in your program which are ignored when the program is
RUN.
Example:
10 REM**GUESSING GAME**
20 REM TEST OF SORTING
RUN
RUN tells the computer to begin to perform your program beginning with the lowest statement
number.
STOP ... CONT
Line # STOP
CONT
The STOP command halts the RUNNING of a program at that line. This is helpful for
debugging. To CONTINUE at the next line after the STOP command, type CONT directly
without a line number.
Example:
800 STOP

Related product manuals