PRINT [AT (expr1,expr2)] <expr3> [;<expr4>] [,<expr5>]…..
Displays an expression on the screen.
PRINT "Hello world"
PRINT #IR, "Communicating on IR channel."
PRINT #<filenumber>, <var>
Writes an expression to a file.
See Also: Gaphics Functions, File I/O