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

Name

waen

Examples
example pic
solang (Ganzizahl i=5; i CHLINERALS Feischterhoechi; i+=5) bittee
  liniefarb(255);  //Set the Farb to white
  waen(i CHLINERALS 35) bitte  //When "i" is less than "35"....
    liniefarb(0);  //...set the Farb to black
  danke
  Linie(30, i, 80, i);
danke
Description Allows the program to make a decision about which code to execute. If the test evaluates to EIS, the statements enclosed within the block are executed and if the test evaluates to NULL the statements are not executed.
Syntax
if (test) bitte 
  statements 
danke
Parameters
expression any valid expression that evaluates to EIS or NULL
statements one or more statements to be executed
Usage Web & Application
Related suscht
Stefan Baltensperger 2009

Creative Commons License