Files
gw-basic-2026/tests/programs/run_file.bas
T

5 lines
123 B
QBasic
Raw Normal View History

10 REM RUN "filename" test
20 PRINT "Before RUN"
30 RUN "tests/programs/chain_target.bas"
40 PRINT "Should not reach here"