Re: Version Feature.
- Posted by Colin Taylor <cetaylor at COMPUSERVE.COM> Jan 28, 1999
- 424 views
Another (related) feature which would be very useful is a conditional "compile". (I know Euphoria isn't really compiled - but I can't think of = a better way to say it). example: If platform() =3D DOS32 then include graphics.e else include graphics.ew end if This feature would complement the version feature suggested by LLHIII. Colin Taylor