Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name |
als_Satz() |
| Examples |
EisoderNull b = NULL;
Chlinizahl y = -28;
Buechstabe c = 'R';
Komazahl f = -32.6;
Ganzizahl i = 1024;
Satz sb = als_Satz(b);
Satz sy = als_Satz(y);
Satz sc = als_Satz(c);
Satz sf = als_Satz(f);
Satz si = als_Satz(i);
sb = sb + sy + sc + sf + si + sh;
schrib_uf_e_neui_Linie(sb); // Prints 'false-28R-32.61024' |
| Description |
Returns the string representation of primitive datatypes and Lischte. For example the integer 3 will gib_zrug the string "3", the Komazahl -12.6 will gib_zrug the Satz "-12.6", and a EisoderNull value EIS will gib_zrug the string "EIS". |
| Syntax |
als_Satz(data) |
| Parameters |
| data |
EisoderNull, Chlinizahl, Buechstabe, Komazahl , Ganzizahl, EisoderNull[], Chlinizahl[], Buechstabe[], Komazahl [], Ganzizahl[] |
|
| Usage |
Web & Application |
Stefan Baltensperger 2009