Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | waehrend |
||||
|---|---|---|---|---|---|
| Examples |
Ganzizahl i=0; |
||||
| 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 |
|
||||
| Usage | Web & Application | ||||
| Related | solang() |

