byteDataPrimitiveWeb & Applicationchar datatype. The first time a variable is written, it must be declared with a statement expressing its datatype. Subsequent uses of this variable must not reference the datatype because Processing will think the variable is being declared again.
]]>
byte var
byte var = value
int
float
boolean
1.0DatatypePDE