Language Elements

When a user chooses a menu item or clicks a dialog box button, the menu item or button performs some action. You describe that action using a sequence of Caliper Script statements. A statement consists of constants, variables, operators, and keywords. Some examples of statements are:

x = 5
ShowMessage("Operation Complete!")
goto query_user

For more information, see...

Constants

Variables

Function Calls

Expressions

Statements

Error Handling