PRINT [AT (expr1,expr2)] <expr3> [;<expr4>] [,<expr5>]…..

PRINT #<filenumber>, <var>

Displays an expression on the screen.

PRINT "Hello world"
PRINT #IR, "Communicating on IR channel."

PRINT #<filenumber>, <var>

Writes an expression to a file.

Warning: If your text string is longer than one line, the program cannot be executed. You have to split your text into two or more PRINT statements.

Siehe auch: Gaphics Functions - File I/O

Referenz - Startseite