80
Chapter 7: Programming
Command
Description
Key
operations
Examples
i
4
i
5
Rem TIME TABLE
End
Indicates the line is a remark
and not a command, thus
allowing you to insert comments
in the program. Any line
beginning with Rem is ignored
when running a program.
Excessive use of this command
will use up a considerable
amount of memory.
Terminates the program. If the
program finishes at the last
command, an End command is
not required. If there is no End
command in the program, the
last calculated answer will be
displayed when the program
finishes.
You can use more than one
End command in the same
program to terminate after
different branches, subroutines,
etc. have been executed.
Rem
<text>
End
Summary of Contents for EL-5230
Page 1: ...PROGRAMMABLE SCIENTIFIC CALCULATOR OPERATION MANUAL EL 5230 EL 5250 ...
Page 2: ......
Page 12: ...10 ...
Page 62: ...60 ...
Page 132: ......