Sharp EL-5230 User Manual

Page of 132
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