Index
 
  Reference for Wiring 1.0 (ALPHA) 0019+. 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

   
Examples  

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

   
Returns  
   
Usage   Application
   
Related  
1.0

Datatype

PDE