Will something like this compile on a non MaxGUI BlitzMax system?
Graphics 640,480,0,0
While Not (KeyDown(KEY_ESCAPE) Or AppTerminate())
WaitEvent()
Wend
end
Can I assume that If I do not use the functions in MaxGui.mod the code will compile on a non-MaxGUI system?