6 lines
107 B
QBasic
6 lines
107 B
QBasic
' Level C - deepest include
|
|
CONST DEPTH_C = 3
|
|
|
|
SUB FromC()
|
|
PRINT "Hello from file C (depth 3)"
|
|
END SUB
|