Write string$

Parameters

string$ - string variable or value

Description

Writes a string to the front buffer (i.e. the screen), but doesn't then start a new line (unlike Print).

See also: Print.

Example

; Write Example
; -------------

Write "Blitz "
Write "Basic"

Index

Click here to view the latest version of this page online