print:

Format:

print: [Rx | string[;][,][Ry | string[;][,]...]

Prints register or string constant value to the console screen. If no parameter is passd to print:, a new line is printed to the console window. Mutliple values can be printed to a maximum of 64.

Parameters:

Rx | string: Optional integer, float or string register, or string constant value.
;: Adding an optional semi-colon will not print a carriage return line feed pair after print.

, : Adding an optional comma will print a tab after parameter. See also tabwidth:.