Yes.
Think of it like this, Where ever the INCLUDE statement is in the main code is where what ever is in the include file will be put. So to see what will happen at compile time, paste the code from the include into the main code at the include statement. That is what the compiler sees/does.
Bookmarks