http://qs321.pair.com?node_id=198947


in reply to Re: Save all but line 32!
in thread Save all but line 32!

won't "32or" get interpreted as a single token?

Replies are listed 'Best First'.
Re: Re: Re: Save all but line 32!
by rir (Vicar) on Sep 18, 2002 at 23:20 UTC
    won't "32or" get interpreted as a single token?

    No it won't.

    or32 would be seen as an identifier, though.