in reply to Re: Re: Code for elegance, code for clarity
in thread Code for elegance, code for clarity

My Applesoft BASIC days coming back to haunt me again.

I remember it fondly. Basic had a NOT command though, so I would have coded that as $quoted = not $quoted back then.

  • Comment on Re: Re: Re: Code for elegance, code for clarity

Replies are listed 'Best First'.
Re: Re: Re: Re: Code for elegance, code for clarity
by ysth (Canon) on Jan 12, 2004 at 19:52 UTC
    So does perl (lower precedence than !, but with only one term on the right that doesn't matter).