Re: Win4Eu dilemma
- Posted by Juergen Luethje <j.lue at gmx.de> Sep 16, 2004
- 463 views
cklester wrote: > Tommy Carlier wrote: >> >> How should I implement these common constants and routines? >> What names should I use? >> - Literal: True, False, ... >> - Prefixed: [prefix]True, [prefix]False, ... >> - Postfixed: True[postfix], False[postfix], ... >> - Dude-style synonyms: Cool, NoWay, ... > > As though they've not been defined elsewhere... IOW, as literal... > True should be True, False should be False. Or have them in an > include file that can be easily modified in case there are conflicts. > > Best case, True and False would be built-in Euphoria constants. :) Very, very best case. Simple cause, great effect. Regards, Juergen