Assignment StatementsAssignment 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 StatementsControl statements are generally used to execute system management functions and consist of a call to a command without assigning any return values. Examples:
|
§ Step by step guide to learning WIL § Notes
|