20060301
De
s
cription
• You can perform manual operations on the ClassPad display screen while program
execution is paused by the
Pau
s
e
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
:
{<variable>}
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.
• Appending a <variable> to the
Return
command in the Main application and executing the
command will cause the variable to be displayed when the program is complete.
Skip
Syntax:
Skip
Function:
This command causes execution to jump to the statement at the beginning of a
loop.
De
s
cription
•
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.
Stop
Syntax:
Stop
Function:
This command terminates program execution.
De
s
cription:
This command terminates all program execution, including that of the main
program when a subroutine program is running.
Pau
s
e
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
20080201
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...