All checks were successful
akbasic CI Build / cmake_build (push) Successful in 3m50s
akbasic CI Build / coverage (push) Successful in 4m4s
akbasic CI Build / sanitizers (push) Successful in 4m48s
akbasic CI Build / akgl_build (push) Successful in 9m55s
akbasic CI Build / mutation_test (push) Successful in 17m50s
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>
7 lines
280 B
QBasic
7 lines
280 B
QBasic
10 REM A range check reported through the driver. 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"
|