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