7 lines
292 B
QBasic
7 lines
292 B
QBasic
|
|
10 REM A range check reported through the driver, end to end. The program stops
|
||
|
|
20 REM at the first error, so this file covers one; the rest of the checks are
|
||
|
|
30 REM asserted in tests/graphics_verbs.c against the recording backend.
|
||
|
|
40 PRINT "BEFORE"
|
||
|
|
50 SCALE 1, 0, 400
|
||
|
|
60 PRINT "UNREACHABLE"
|