Because include is the first line in my main kix file. e.g:
MAIN.KIX
Code:
 
INCLUDE sub.kix
? "something"




SUB.KIX
Code:
 
function test()
endfunction




When I run MAIN.KIX, "something" never gets printed to the screen.