11.07.2015 Views

Here - 1000 BiT

Here - 1000 BiT

Here - 1000 BiT

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Use the PRINT command to look at variables. Do they have the values youexpected?Do little calculations on the computer in the "calculator mode" (another namefor the Edit mode) to check what the computer is doing.Use the LET command to change the values of variables.If you find the trouble, you may add lines, change lines or delete lines.STARTING THE PROGRAM AGAINThere are four ways to start a program. They are:CONTGOTO XXRUN XXRUNif you have not changed the programwhere XX is a line numberwhere XX is a line numberyour old friendYou may use the CONT command if you have not:added a linedeleted a lineor changed a line by editing itOr you may start running the program at a different spot by entering (without linenumber) the command:GOTO XXXX is the line number where you want to restart.If you have changed the program, your only choice is to start at the beginning or at someother line number XX with RUN.What is the difference between these four ways?CONTGOTO XXThese two ways use the values in the variable boxes left over from the last timeyou ran.CONTGOTO XXstarts at the line where the BREAK occurredstarts at line XXRUNRUN XX193

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!