basic2c/test_inc_b.bas
2026-02-21 18:51:40 -06:00

6 lines
112 B
QBasic

' Level B - includes C
'$INCLUDE: 'test_inc_c.bas'
SUB FromB()
PRINT "Hello from file B (depth 2)"
END SUB