Re: Euphoria Standard Library on UBoard
- Posted by Igor Kachan <kinz at peterlink.ru> Jul 26, 2005
- 575 views
Tommy Carlier wrote: [snip] > Here are some more suggestions I have for ESL: > - the constants TRUE and FALSE On my taste, YES (yes) and NO (no) are much better, TRUE and FALSE are too long, conceited and bumtious for such a simple thing as just boolean test. Then, TRUE and FALSE are very widespread, they will probably need a namespace prefix here. [snip] > - a mechanism to ignore return-values of functions. Some options: > -> a global variable VOID: VOID = functionToIgnore(...) (like Win32Lib) Again, on my taste, OK (ok) or ANY (any) are much better, VOID is too long and is one of the ambiguous C-words, it is absolutelly meaningless in Euphoria. And new-VOID has to be with prefix too. [snip] Regards, Igor Kachan kinz at peterlink.ru