Info
\
FAQ
Cover
\
Exhibition
\
Learning
\
Reference
\
I/O board
\
Download
\
Discourse
\
Contribute
Language
\
Libraries
\
Environment
\
Electronics
\
Comparison
\
Troubleshooting
Index
The Wiring 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: hbarragan [at] uniandes.edu.co
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