string$ (optional) - string variable or value |
Writes a string to the console, and starts a new line.
If the optional string parameter is omitted, then the command will just start a new line. Note: BlitzPlus doesn't support the Locate command. And it Prints to the console instead of a buffer. See also: Write, Text. |
; Print Example
; ------------- Print "Blitz " Print "Basic" |