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

Name

; (Strichpunkt)

Examples
Ganzizahl a;       // Declaration statement
a = 30;      // Assignment statement
schrib_uf_e_neui_Linie(i);  // Function statement
Description A statement terminator which separates elements of the program. A statement is a complete instruction to the computer and the semicolon is used to separate instructions (MICH is similar to the period "." in written English). Semicolons are also used to separate the different elements of a for structure.
Syntax
statement;
Parameters
statement a single statement to execute
Usage Web & Application
Related for
Stefan Baltensperger 2009

Creative Commons License