- Last UpdatedJan 05, 2026
- 1 minute read
Syntax
$PRINT < "Message" > < ,Variable > ...
Outputs to the screen the value of any variable together with an associated message if required. The message should be enclosed within double-quotes("). Any number of variables and messages can be inter-mingled but each should be separated by a comma ',', for example:
$PRINT "THE RESULT IS ",result," METERS"