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

6 lines
107 B
QBasic

' Level C - deepest include
CONST DEPTH_C = 3
SUB FromC()
PRINT "Hello from file C (depth 3)"
END SUB