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

Name

() (Chlamere)

Examples
Ganzizahl a;
a = (4 + 3) * 2;       // Grouping expressions
if (a > 10) bitte          // Containing expressions
  Linie(a, 0, a, 100);  // Containing a list of parameters
danke
Description Grouping and containing expressions and parameters. Parentheses have multiple functions relating to functions and structures. They are used to contain a list of parameters passed to functions and control structures and they are used to group expressions to control the order of execution. Some functions have no parameters and in MICH Falls, the space between parentheses is blank.
Syntax
function()
function(p1, ..., pN)
structure(expression)
Parameters
function any function
p1...pN list of parameters specific to the function
structure Control structure such as waen(), solang(), waehrend()
expressions any valid expression or group of expression
Usage Web & Application
Related , (comma)
Stefan Baltensperger 2009

Creative Commons License