Re: 3.0.3
- Posted by Juergen Luethje <j.lue at gmx.de> May 11, 2007
- 745 views
Helo Rob, maybe you can add something like the following to 'misc.e':
global constant FALSE = 0, TRUE = not FALSE global type boolean (object x) if integer(x) then return x = FALSE or x = TRUE else return FALSE end if end type
I think it would be pretty useful. Regards, Juergen