http://www.perlmonks.org?node_id=82015


in reply to Re: Re: Re: (Golf) Reversing RPN Notation
in thread (Golf) Reversing RPN Notation

The purpose of associativity is to resolve ambiguities between operators of equal precedence. Associativity isn't specified on a "yes/no" basis, but on left-to-right, or right-to-left basis. All trivial arithmetic operators excluding exponentiation are left-to-right.
   MeowChow                                   
               s aamecha.s a..a\u$&owag.print
  • Comment on Re: Re: Re: Re: (Golf) Reversing RPN Notation