Casio ClassPad 300 PLUS User Manual
Page 553
20050501
PrintNatural
Syntax: PrintNatural
Ⅺ
Function: This command pauses program execution and displays the result of the specified
expression in natural format.
12-6-8
Program Command Reference
Description
• A text string enclosed within quotation marks (" ") or a variable name can be specified for
"
• Tapping [OK] closes the dialog box and resumes program execution. Tapping [
]
terminates program execution.
k Program Execution
#
Syntax:
#
Function:
This command specifies a string variable whose string is a variable name.
Example 1: When the content of variable exp1 is
π and the content of variable str1 is “exp1”,
sin(#str1) calculates sin(
π).
Example 2: To cause a folder to be created during program execution:
InputStr
Ⅺ name, "Foldername"
NewFolder
Ⅺ #name
S
Syntax 1:
S
"
Syntax 2:
S
"
Syntax 3:
Function: With this command, the content of the expression on the left is evaluated, and the
result is assigned to the item on the right.
{ }
{ }