Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | Ganzizahl() |
||
|---|---|---|---|
| Examples | Komazahl f = 65.0; Ganzizahl i = Ganzizahl(f); schrib_uf_e_neui_Linie(f + " : " + i); // Prints "65.0 : 65" Buechstabe c = 'E'; i = Ganzizahl(c); schrib_uf_e_neui_Linie(c + " : " + i); // Prints "E : 69" |
||
| Description | Converts a primitive datatype, Satz, or Lischte to its integer representation. | ||
| Syntax | Ganzizahl(value) |
||
| Parameters |
|
||
| Usage | Web & Application | ||
| Related | Ganzizahl Komazahl() |

