12-6-2

Program Command Reference

Program Application Commands

kProgram Notation

(Carriage Return)

Function: Performs a carriage return operation.

Description

In Program Editor, tap the wbutton to input a carriage return.

The carriage return can be used in a user program. It cannot, however, be used in a manual calculation performed in the Main application.

’ (Comment)

Function: Any text following this symbol is not executed. You can use this command to include comment text in your program.

Description

Any line that starts with the comment symbol () is treated as comment text, which is skipped during program execution.

: (Multi-statement Command)

Function: Use this command to link a series of statements into a multi-statement (on a single line).

Description

The multi-statement command can be used in a user program. It cannot, however, be used in a manual calculation performed in the Main application.

2003020121