12-6-8

Program Command Reference

PrintNatural

Syntax: PrintNatural:<expression>[,"<string>"]

Function: This command pauses program execution and displays the result of the specified expression in natural format.

Description

A text string enclosed within quotation marks (" ") or a variable name can be specified for "<string>".

Tapping [OK] closes the dialog box and resumes program execution. Tapping [Cancel] terminates program execution.

IProgram Execution

#

Syntax: # <string variable name>

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

2

Syntax 1:

{<expression>"<string>" }2

<variable name>

Syntax 2:

{<expression>"<string>" }2

<list element>

Syntax 3: <expression> 2 <matrix element>

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.

20060301