Statements

A Caliper Script statement is a combination of expressions and keywords. Topics for the different types of statements are listed below. A statement can span multiple lines and multiple statements can appear on the same line:

x = 5 y = 6 // Two statements on the same line
SetLineWidth( // This statement is split
widths[i]) // across two lines

For more information, see...

Comments

Assignment Statements

Function Calls

Goto Statements

If Statements

For Statements

While Statements

Return Function