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 bufferPRINT “Hello Worldt”, 100, 100// Showing the back bufferSHOWSCREENMOUSEWAIT