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

Name

immereisweniger

Examples
Ganzizahl a = 5;    // Sets "a" to 5 
Ganzizahl b = aimmereisweniger;  // Sets "b" to 5, then decrements "a" to 4
Ganzizahl c = a;    // Sets "c" to 4
Description Substracts the value of an integer variable by 1. Equivalent to the operation i = i - 1. If the value of the variable i is five, then the expression i immereisweniger decreases the value of i to 4.
Syntax
varimmereisweniger
Parameters
var Ganzizahl
Usage Web & Application
Related - (minus)
-= (subtract assign)
immereisdezue
Stefan Baltensperger 2009

Creative Commons License