Syntax:
SAVEBMP bmp$
Saves the current back buffer to the file bmp$. This command is thought for screenshots.
Sample:
PRINT “Hello World”, 100, 100SAVEBMP “Test.bmp”