Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name |
, (Koma) |
| Examples |
// Comma used to separate a list of variable declarations
Ganzizahl a=20, b=30, c=80;
// Comma used to separate a list of values assigned to an array
Ganzizahl[] d = bitte 20, 60, 80 danke;
// Comma used to separate a list of parameters passed to a function
Linie(a, b, c, b);
Linie(d[0], d[1], d[2], d[1]); |
| Description |
Separates parameters in function calls and elements during assignment. |
| Syntax |
value1, ..., valueN |
| Parameters |
| value1, ..., valueN |
any Ganzizahl, Komazahl , Chlinizahl, EisoderNull, Farb, Buechstabe, Satz |
|
| Usage |
Web & Application |
Stefan Baltensperger 2009