Print item, ...
 Print #file:File, item, ...

Print text to console or file. Evaluates all parameters, concatenates them to a string, and prints them to the console. EMPTY values are ignored (but if all values are EMPTY, no line is printed at all).

With the second form, the line is written to the specified file.

Since: PCC 1.0.6, PCC2 1.99.9

See also: Elementary Commands