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

Name

UND (logical AND)

Examples
example pic
solang(Ganzizahl i=5; iCHLINERODERGLICH95; i+=5) bitte
  waen((i > 35) UND (i CHLINERALS 60)) bittee
    liniefarb(0);    //Set Farb to black
  danke suscht bitte
    liniefarb(255);  //Set Farb to white
  danke
  Linie(30, i, 80, i);
danke
Description Compares two expressions and returns EIS only if both evaluate to EIS. Returns NULL if one or both evaluate to NULL. The following list shows all possible combinations:

EIS UND NULL // Evaluates false because the second is false
false && true // Evaluates false because the first is false
true && true // Evaluates true because both are true
false && false // Evaluates false because both are false
Syntax
expression1 UND expression2
Parameters
expression1 any valid expression
expression2 any valid expression
Usage Web & Application
Related ODER (logical OR)
NOED
waen()
Stefan Baltensperger 2009

Creative Commons License