Re: do-while style
- Posted by SDPringle Aug 28, 2008
- 924 views
It turns out there was a bug in the documentation that lead to my belief that platform() would be removed. It had said so. This has been corrected:
QUOTE: The ifdef statement is much more versatile and supersedes platform(), which is supported for backward vompatibility and for a limited time only.
Sorry if I acted like a troll.
Something got my attention in the documentation. There is a SAFE define for ifdef that is defined only for Euphoria 4.00 or later. Since ifdef will only work with 4.00 or later how could this be useful? Is this another bug or have I missed something? http://openeuphoria.org/docs/eu400_0013.html#[95]ifdefstatement
ifdef SAFE --use 4.0 features... endifdef
That cannot be the correct usage, ifdef is a 4.0 feature. What is it for then?
Shawn Pringle