> For Classic Rexx compatibility, perhaps: > > & = eval-both AND > &- = short-circuit AND > | = eval-both OR > |- = short-circuit OR > && = eval-both XOR
Those trailing '-' could be prefix operators now. (foo & +0) > OTOH, if the ooRexx '&' and '|' operators are already defined > to short-circuit, how about: [They are not] Mike ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
