Conditional includes
- Posted by irv Nov 12, 2010
- 1359 views
How would I do a conditional include?
If x then include foo.e end if
Or, somewhat related question: how can I include a file specified as a string:
sequence s = "myfile.e" include s
Being able to do one (or both) of these would be a great help.
Note: the second seems like it 'should' work -
include "myfile.e" -- this does