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

Name

* (multiply)

Examples
Ganzizahl e = 50 * 5;  // Sets e to 250
Ganzizahl f = e * 5;   // Sets f to 1250
Description Multiplies the values of the two parameters. Multiplication is equivalent to a sequence of addition. For example 5 * 4 is equivalent to 5 + 5 + 5 + 5.
Syntax
value1 * value2
Parameters
value1 Ganzizahl, Komazahl , Chlinizahl, or Buechstabe
value2 GAnzizahl, Komazahl , Chlinizahl, or Buechstabe
Usage Web & Application
Related + (add)
/ (divide)
Stefan Baltensperger 2009

Creative Commons License