'$INCLUDE:'thisfile.bi'
and it brings what ever is in the file into your code, so you do have pay attention to where you put it, if it contains SUB or FUNCTIONs then it needs to be placed at the bottom of your code, if it has TYPEs, DIMs, CONSTs, or DATA it should be at the start of your code. but thats about it.