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

Name

NOED

Examples
example pic
EisoderNull a = NULL;
if (NOED 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 Inverts the EisoderNull value of an expression. Returns EIS if the expression is NULL and returns NULL if the expression is EIS. If the expression (a>b) evaluates to EIS, then !(a>b) evaluates to NULL.
Syntax
!expression
Parameters
expression any valid expression
Usage Web & Application
Related ODER (logical OR)
UND (logical AND)
waen()
Stefan Baltensperger 2009

Creative Commons License