6 lines
112 B
QBasic
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
|