Re: 3.0.3
- Posted by Pete Lomax <petelomax at blueyonder.co.uk> May 12, 2007
- 749 views
CChris wrote: > Isn't > }}} <eucode> > global constant > FALSE = 0, > TRUE = not FALSE > > global type boolean(integer x) > return x = x = TRUE > end type > </eucode> {{{ > even faster? However, you cannot use it as a function:
if boolean("fred") then
fails with a type check error on x Pete