Casio CLASSPAD 330 3.04 User Manual
Page 665
20060301
12-6-9
Program Command Reference
Break
Syntax: Break
Function: This command terminates a loop and causes execution to advance to the next
command following the loop process.
Description
• Break terminates a loop and causes execution to advance to the next command following
the loop process.
• Break can be used inside of a For, Do, While, or Switch process.
Define
Syntax: Define
: [ name>...]]) = • Items inside of brackets ([ ]) can be skipped. Function: Creates a user-defined function. Description: See page 12-5-2. Do~LpWhile Syntax: Do … LpWhile : Function: The specified statements are repeated as long as the condition is true. Description the condition becomes false, execution jumps to the next command after the LpWhile • Since the condition comes after LpWhile, the condition is not evaluated until the end of the loop is reached. • You can use a multi-statement command (:) in place of the carriage return to separate statements. • It is always a bad idea to use the Goto command to exit a Do~LpWhile loop. Not only is it poor programming, it can cause problems due to improper termination of internal processes
[
• The statements between Do~LpWhile are repeated as long as the condition is true. When
command.
used by the loop operation.