Print [string$]

Parameters

string$ (optional) - string variable or value

Description

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.

Example

; Print Example
; -------------

Print "Blitz "
Print "Basic"

Index

Click here to view the latest version of this page online