@DISPLAY {Mode = "FullScreen", Width = 640, Height = 480} ; Display a text message TextOut(50, 50, "Hello, Hollywood!") ; Draw a colored circle SetFillColor(#RED) Circle(320, 240, 100) ; Wait for mouse click WaitLeftMouse()