SHOWSCREEN

Syntax:

SHOWSCREEN

Shows the back buffer. The current back buffer is shown. The new back buffer will be replaced with the image loaded or black if no image was loaded.

Sample:

// Writing to the back buffer
PRINT “Hello Worldt”, 100, 100
// Showing the back buffer
SHOWSCREEN
MOUSEWAIT