20050501
Description
• You can perform manual operations on the ClassPad display screen while program
execution is paused by the
Pause
command.
• Program execution remains paused until you tap the
button on the status bar, or until
six minutes pass (after which program execution resumes automatically).
Return
Syntax:
Return
Function 1 (Main Program)
This command terminates program execution.
Function 2 (Subroutine Program)
This command returns from a subroutine.
Tip
• The
Return
command can be executed during an
If
,
For
,
Do
,
While
, or
Switch
process.
Skip
Syntax:
Skip
Function:
This command causes execution to jump to the statement at the beginning of a
loop.
Description
•
Skip
causes execution to jump to the statement at the beginning of a loop.
•
Skip
can be used inside of a
For
,
Do
, or
While
process.
Pause
Syntax:
Pause
Function:
This command pauses program execution and displays a pause indicator on the
right side of the status bar.
12-6-13
Program Command Reference
Summary of Contents for ClassPad 300 PLUS
Page 11: ...20050501 ClassPad 300 PLUS ClassPad OS Version 2 20 ...
Page 197: ...20050501 2 10 7 Using Verify 4 Input x 2 1 and press E 5 Input x i x i and press E ...
Page 649: ...20050501 u Graph Line Clustered D u Graph Line Stacked F 13 8 2 Graphing ...
Page 650: ...20050501 u Graph Line 100 Stacked G u Graph Column Clustered H 13 8 3 Graphing ...
Page 651: ...20050501 u Graph Column Stacked J u Graph Column 100 Stacked K 13 8 4 Graphing ...
Page 652: ...20050501 u Graph Bar Clustered L u Graph Bar Stacked 13 8 5 Graphing ...