Statements

Assignment Statements

Assignment statements are used to set variables to specific or computed values. Variables may be set to integers or strings or floating point numbers.

Examples:

a = 5

value = Average(a, 10, 15)

location = "Northern Hemisphere"

world = StrCat(location, " ", "Southern Hemisphere")

 

Control Statements

Control statements are generally used to execute system management functions and consist of a call to a command without assigning any return values.

Examples:

Exit

While

For

ForEach

Yield

Switch

Return

 

 

 

§         WIL Language Elements

§         Reference

§         Step by step guide to learning WIL

§         Notes