This command will print text, numbers, variables and strings to the screen. You can position where the text will print using the SET CURSOR command. You can separate items you wish to print on the same line by using either a semi-colon or a comma. If you add a semi-colon at the end of your print list, the next PRINT command will add to the end of the last print line. This command can only produce text on a single line, so you should refrain from using carriage return characters in the text string. Any carriage return symbols will be ignored.

Syntax: 
PRINT Print Statements