Re: Euphoria file types
- Posted by robcraig Mar 07, 2009
- 1326 views
jeremy said...
Oh, I wanted to say, here's how an include should work:
ifdef !WIN32 then crash("MyLib v1.0 only works on Windows 32") end ifdef -- code -- code -- code
This is the only way of really doing what is the file needs to have done.
Jeremy
Why introduce a new symbol "!", when Euphoria already has the keyword "not" for this purpose?
Rob