245
PROGRAMMING FUNCTION
• The symbol will blink in the upper right corner of the screen while program
execution is interrupted.
Entry: Wait numerical value
<Example>
Wait 10
[5 Rem]
Inserts comments into a program.
• This line has no affect on program execution. Such comments are not displayed
on the screen, even during program execution.
• Comments are valuable aids for understanding a program, but do occupy
memory space.
Entry: Rem optional character string
[6 End]
Indicates the end of a program.
• The End command is not necessary to end a program when the actual end is
reached.
• The End command does not necessarily have to be used at the end of a program.
Multiple End commands may be used. (Ex. When a program branches, the End
command can be used to end execution at the branch destinations.)
Entry: End
(2) B BRNCH menu
Press
Ï
B
to select [B BRNCH] and display the menu, as shown to the
right.
[1 Label]
Used to specify branch destinations for Goto, etc.
• A label can only be used once within the same
program.
• Labels can be up to 10 characters in length.
• Up to 50 labels can be used in one program.
Entry: Label character string
<Example>
Label LOOP
EL-9650-(12)En (239-258)
8/1/00, 9:31 AM
245
Summary of Contents for EL-9650
Page 10: ...viii ...
Page 46: ...36 CHAPTER 1 ...
Page 230: ...220 CHAPTER 9 ...
Page 268: ...258 CHAPTER 12 ...
Page 349: ...339 APPENDIX When coordinate system is Rect param or polar ...
Page 350: ...340 APPENDIX When coordinate system is Seq F STYLE2 E STYLE1 ...
Page 352: ...342 APPENDIX ...
Page 353: ...343 APPENDIX on Program screen ...
Page 354: ...344 APPENDIX ...
Page 355: ...345 APPENDIX ...
Page 356: ...346 APPENDIX ...
Page 357: ...347 APPENDIX ...
Page 358: ...348 APPENDIX ...