#include like command preprocessor

Monkey Forums/Monkey Programming/#include like command preprocessor

Vinians(Posted 2011) [#1]
Hi people! I'm creating an application where I have some objects that I put on a file called Engine.monkey. I'm using import Engine to import the engine into my main program. But its possible to include small parts of code like c/c++ #include?


Samah(Posted 2011) [#2]
Nope, no include, just import. Include is really dirty if you're aiming for any kind of encapsulation.