PRINT
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.

SYNTAX
PRINT print list

RELATED INFO
Text Commands
Glossary

EXAMPLE
Using Print