Reference for Wiring version 0024+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.
Name |
boolean |
Description |
Datatype for boolean values true and false. It is common to use boolean values with control statements to determine the flow of a program. |
Syntax |
boolean var
boolean var = booleanvalue |
Parameters |
var |
variable name referencing the value |
booleanvalue |
true or false |
|
Usage |
Application |
Updated on September 12, 2007 11:31:52pm PDT