1. Re: No more platform(), conditional includes, conditional functions, conditiona
- Posted by Derek Parnell <ddparnell at bigpo?d.?om> May 13, 2008
- 986 views
Jeremy Cowgar wrote: > This is exciting! About bloody timeThis is a long wished for facility. Nowif it can be combined with command-line switch invocation ... hmmmm... [[ file: test.ex ]] ifdef debug include safe.e else include machine.e end ifdef [[command line ]] ex --define=debug test.ex -- Derek Parnell Melbourne, Australia Skype name: derek.j.parnell
This is a long wished for facility. Nowif it can be
combined with command-line switch invocation ... hmmmm...
[[ file: test.ex ]]
ifdef debug
include safe.e
else
include machine.e
end ifdef
[[command line ]]
ex --define=debug test.ex
--
Derek Parnell
Melbourne, Australia
Skype name: derek.j.parnell

