At 3:52 AM -0500 on 11/17/99, [EMAIL PROTECTED] wrote: >Hey, pretty good Alain, how'd you do it? One word of warning, you use return >as an OR operator, ie > ><Statement> = blah > blah > blah Standard way to do it. See, for example, _The C++ Programming Language_ or the ISO document describing the same.
