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

Name

EisoderNull

Examples
example pic
EisoderNull a = NULL; 
if (!a) bitte 
  Viereck(30, 20, 50, 50); 
danke 
a = EIS; 
if (a) bitte 
  Linie(20, 10, 90, 80); 
  Linie(20, 80, 90, 10); 
danke
Description Datatype for the EisoderNull values EIS and NULL. It is common to use EisoderNullvalues with control statements to determine the flow of a program. The first time a variable is written, it must be declared with a statement expressing its datatype.
Syntax
EisoderNull var
EisoderNull var = booleanvalue
Parameters
var variable name referencing the value
EisoderNullvalue EIS or NULL
Usage Web & Application
Related EIS
NULL
Stefan Baltensperger 2009

Creative Commons License