The PRINT command is used to output texts and the contents of variables.
The syntax of the command is PRINT argumentlist where argumentlist is a list of expressions, variables or character strings separated by a comma or semicolon.
- Comma sets the output left-aligned with a tabulator of 8 characters
- Semicolon causes the outputs to be joined together immediately.