in reply to Re^3: To return and/or not?
in thread To return and/or not?

What other programming languages?

OK, I think I get it - its not that return is strange, its that not, and, or , xor are lower precedence than everything else (eg other operators, statements like return, and functions like open). I expected return to be even lower precedence.

Replies are listed 'Best First'.
Re^5: To return and/or not?
by Anonymous Monk on Oct 08, 2011 at 10:59 UTC

    What other programming languages?

    That is what I asked you :) What previous programming experience do you have that makes perls precedence order seem strange