Files
akbasic/tests/language/graphics/no_device.bas
Logikoma 221ed7219d Keep BASIC fixtures within the input line limit
Reflow the approved reference cases, shorten local fixture comments, and split the executable docs line so the 80-byte input buffer can read every source line.

Co-authored-by: andrew <andrew@aklabs.net>
2026-08-04 18:50:44 -04:00

9 lines
305 B
QBasic

10 REM The standalone driver lends the script no graphics device.
20 REM COLOR, LOCATE and SCALE touch interpreter state and must still work.
30 COLOR 1, 3
40 LOCATE 40, 50
50 SCALE 1, 640, 400
60 PRINT "STATE VERBS OK"
70 REM DRAW needs the device, and has to say which verb wanted it.
80 DRAW 1, 10, 10