Re: precedence of "return"

2005-03-25 Thread Larry Wall
On Fri, Mar 25, 2005 at 03:47:43PM -0800, Greg Buchholz wrote: : : I'm wondering if the precedence of the "return" keyword isn't wrong : in pugs. In the code below, fibo2 works as I'd expected, fibo returns : nothing. (If this is expected behavior, I'd apppreciate someone : pointing me to TF

precedence of "return"

2005-03-25 Thread Greg Buchholz
I'm wondering if the precedence of the "return" keyword isn't wrong in pugs. In the code below, fibo2 works as I'd expected, fibo returns nothing. (If this is expected behavior, I'd apppreciate someone pointing me to TFM). Thanks, Greg Buchholz #!perl6 use v6; sub fib ($n) { return ($