in reply to Re: why does 'print ("hey)")' give a warning?
in thread why does 'print ("hey)")' give a warning?

By the way, you're probably wondering why the set of characters ;|})]oaiuw!= is special. Frankly, I just don't know!

They are most of the characters that can end an expression:

or and if unless while
And, as you spotted, & is valid but missing.

-- iakobski

Replies are listed 'Best First'.
Re: why does 'print ("hey)")' give a warning?
by Abigail (Deacon) on Jul 10, 2001 at 02:57 UTC
    And so is f for for.

    -- Abigail