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

Name

wo_am_afang_gmacht_wird()

Examples
Programmteil wo_am_afang_gmacht_wird() bitte
  Feischtergroessi(200, 200);
  Hintergrund(0);
  kei_Liniefarb();
  Fuellfarb(102);
danke

Ganzizahl a = 0;

Programmteil wo_immerwider_gmacht_wird() bitte
  Viereck(aimmereisdezue%Feischterbreiti, 10, 2, 80); 
danke
Description Called once when the program is started. Used to define initial enviroment properties such as Bildschirm size, background Farb, loading images, etc. before the wo_immerwider_gmacht_wird() begins executing. Variables declared within wo_am_afang_gmacht_wird() are not accessible within other functions, includingwo_immerwider_gmacht_wird(). There can only be one wo_am_afang_gmacht_wird() function for each program and it should not be called again after it's initial execution.
Syntax
Programmteil wo_am_afang_gmacht_wird() bitte
  statements
danke
Parameters
statements any valid statements
Usage Web & Application
Related Luup()
Feischtergroessi()
Stefan Baltensperger 2009

Creative Commons License