All checks were successful
akbasic CI Build / cmake_build (push) Successful in 3m29s
akbasic CI Build / sanitizers (push) Successful in 4m42s
akbasic CI Build / coverage (push) Successful in 3m56s
akbasic CI Build / akgl_build (push) Successful in 8m34s
akbasic CI Build / mutation_test (push) Successful in 18m50s
9 lines
327 B
QBasic
9 lines
327 B
QBasic
10 REM The standalone driver lends the script no audio device. ENVELOPE, VOL,
|
|
20 REM TEMPO only change interpreter state, so they work regardless; SOUND and
|
|
30 REM PLAY need the device and must name themselves when there is none.
|
|
40 ENVELOPE 1, 5, 9, 12, 2
|
|
50 VOL 12
|
|
60 TEMPO 16
|
|
70 PRINT "STATE VERBS OK"
|
|
80 SOUND 1, 16777, 30
|