// main.agc SetWindowTitle("My App") SetWindowSize(1024, 768, 0) do // Show a blank window frame that's 1024x768 with a My App title Sync() loop