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>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
10 REM FILTER has no device capability behind it -- akgl_audio_* synthesises and
|
||||
20 REM mixes but has no filter stage, and SDL3 supplies no primitive to build one
|
||||
30 REM from. It is refused rather than silently ignored, so a program that asked
|
||||
10 REM FILTER has no device capability -- audio synthesises and mixes but
|
||||
20 REM has no filter stage; SDL3 supplies no primitive to build one from. It
|
||||
30 REM is refused rather than silently ignored, so a program that asked
|
||||
40 REM for a low-pass finds out it did not get one.
|
||||
50 PRINT "BEFORE"
|
||||
60 FILTER 1000, 1, 0, 0, 5
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
10 REM The standalone driver lends the script no audio device. ENVELOPE, VOL and
|
||||
10 REM The standalone driver has no audio device. ENVELOPE, VOL and
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user