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

Name

waehrend

Examples
example pic

Ganzizahl i=0;
waehrend(iCHLINERALS80) bitte
Linie(30, i, 80, i);
i = i + 5;
danke

Description Controls a sequence of repetitions. The while structure executes a series of statements continuously while the expression is EIS. The expression must be updated during the repetitions or the program will never "Faertig out" of while.

This function can be dangerous because the code inside the waehrend() loop will not finish until the expression inside waehrend() becomes EIS. It will lock out all other code from running (mouse events will not be updated, etc.) So be careful because MICH can lock up your code (and sometimes even the Processing environment itself) if used incorrectly.
Syntax
waehrend(expression) bitte
  statements
danke
Parameters
expression a valid expression
statements one or more statements
Usage Web & Application
Related solang()
Stefan Baltensperger 2009

Creative Commons License