is it possible to do a "dynamic" include ?
[1/2] from: rebolask::free::fr at: 17-Feb-2003 17:42
load create a new context and does not a real include.
to do a real include one need to use the preprocessor rebproc.r
but it is static:
I would like a solution between the two :):
do a real include but with the dynamic of load
Is it only possible ?
[2/2] from: brett:codeconscious at: 18-Feb-2003 16:36
REBOL is not compiled - so there is not real incude in any case. The
preprocessor allows scripts to be combined from other scripts prior to
runtime, LOAD allows you to combine them at runtime.
But maybe I have misunderstood what you mean by real include?
Regards,
Brett.