User Tools

Site Tools


de:print

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

de:print [2016/01/01 22:38]
de:print [2020/02/28 10:46] (current)
Line 1: Line 1:
 +===== Print =====
 +==== Format ====
 +print //Ausdruck// [ ; ]
 +==== Beschreibung ====
 +Gibt einen Text im Textfenster aus, gefolgt von einem Zeilenumbruch. Wenn das optionale Semikolon am Ende vorhanden ist, erfolgt kein Zeilenumbruch.
 +==== Beispiel ====
 +' ' print "Hallo "; : print"Du !"' '