string$ (optional) - string variable or value |
Writes a string to the front buffer (i.e. the screen), and starts a new line.
If the optional string parameter is omitted, then the command will just start a new line. See also: Write. |
; Print Example
; ------------- Print "Blitz " Print "Basic" |