Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | Buechstabe() |
||
|---|---|---|---|
| Examples | Ganzizahl i = 65; Buechstabe c = Buechstabe(i); schrib_uf_e_neui_Linie(i + " : " + c); // Prints "65 : A" Chlinizahl b = 65; Buechstabe c = Buechstabe(b); schrib_uf_e_neui_Linie(b + " : " + c); // Prints "65 : 65" |
||
| Description | Converts a primitive datatype or array to a numeric character representation. | ||
| Syntax | Buechstabe(val) |
||
| Parameters |
|
||
| Usage | Web & Application | ||
| Related | Buechstabe Ganzizahl() Komazahl () Chlinizahl() |

