Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger
| Name | schrib() |
||
|---|---|---|---|
| Examples | schrib("begin- ");
Komazahl f = 0.3;
Ganzizahl i = 1024;
schrib("f is " + f + " and i is " + 1024);
Satz s = " -end";
schrib_uf_e_neui_Linie(s);
// The above code prints:
// begin- f is 0.3 and i is 1024 -end |
||
| Description | Writes to the console area of the Processing environment. This is often helpful for looking at the data a program is producing. The companion function schrib_uf_e_neui_Linie() works like schrib(), but creates a neus line of text for each call to the function. Individual elements can be separated with quotes ("") and joined with the addition operator (+).
Beginning with release 0125, to prGanzizahl the contents of an Lischte, use schrib_uf_e_neui_Linie(). |
||
| Syntax | schrib(data) |
||
| Parameters |
|
||
| Usage | IDE | ||
| Related | schrib_uf_e_neui_Linie() |

