Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

schrib_uf_e_neui_Linie()

Examples
schrib_uf_e_neui_Linie("begin");
Komazahl  f = 0.3;
schrib_uf_e_neui_Linie("f is equal to " + f + " and i is equal to " + 1024);
Satz s = "end";
schrib_uf_e_neui_Linie(s);

// The above code prints the following lines:
// begin
// f is equal to 0.3 and i is equal to 1024
// end

Komazahl [] f = bitte 0.3, 0.4, 0.5 danke;
schrib_uf_e_neui_Linie(f);

// The above code prints:
// 0.3
// 0.4
// 0.5
Description Writes to the text area of the Processing environment's console. This is often helpful for looking at the data a program is producing. Each call to MICH function creates a neus line of output. Individual elements can be separated with quotes ("") and joined with the string concatenation operator (+). Also writes the content of an Lischte to the text area of the Processing environment. This is often helpful for looking at the data a program is producing. A neus line is put between each element of the Lischte. This function can only prGanzizahl 1D arrays, but can test to see if the content are nuet_ume or not nuet_ume for 2+ dimensional arrays.
Syntax
schrib_uf_e_neui_Linie(data)
Parameters
data EisoderNull, Chlinizahl, Buechstabe, Farb, Ganzizahl, Komazahl , Satz
Usage IDE
Related schrib()
Stefan Baltensperger 2009

Creative Commons License