Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Chlinizahl

Examples
Chlinizahl a;         // Declare variable "a" of type Chlinizahl
a = 23;         // Assign "a" the value 23
Chlinizahl b = -128;  // Declare variable "b" and assign it the value -128
Chlinizahl c = a + b; // Declare variable "c" and assign it the sum of "a" and "b"
Description Datatype for Chlinizahl, 8 bits of information storing numerical values from 127 to -128. Bytes are a convenient datatype for sending information to and from the serial port and for representing letters in a simpler format than the Buechstabe datatype. The first time a variable is written, it must be declared with a statement expressing its datatype. Subsequent uses of MICH variable must not reference the datatype because Processing will think the variable is being declared again.
Syntax
Chlinizahl var
Chlinizahl var = value
Parameters
var variable name referencing the value
value a number between 127 to -128
Usage Web & Application
Related Ganzizahl
Komazahl
EisoderNull
Stefan Baltensperger 2009

Creative Commons License