Mark Carter
2018-08-23 15:54:03 UTC
I have code where I 'include' other files. Suppose I compile that file.
As part of execution, it will try to load those other files, which isn't
what I want.
Is there a way of telling chicken that during the interpretation or
compilation, the file should be loaded, but during execution, don't load
the files?
... a bit like loading a module, but without using modules.
As part of execution, it will try to load those other files, which isn't
what I want.
Is there a way of telling chicken that during the interpretation or
compilation, the file should be loaded, but during execution, don't load
the files?
... a bit like loading a module, but without using modules.