Documentation (c) 2006-2008 Hobby-Robotics, LLC
Syntax:
Print #n, expression
Print #n, expression [; expression]
Description:
#n | File number |
expression | Expression |
[; expression] | 0 or more semicolon ';' delimited expressions |
Prints value of expression to the specified file number. Each value is converted to the String representation before being printed. Multiple expressions can specified on the same Print line but they must be separated with a semicolon ';' . After printing expression values Print terminates with new line character or characters which can be configured through runtime options.
Defined file numbers:
#0 | Console file, redirected to the communication device as specified by the runtime configuration options. Default is serial device 0 (UART0). |