in reply to Re: Re: Re: Re: dumb question
in thread post-increment and post-decrement behavior (was: dumb question)

It is ignored the same way as "" is ignored in:
print "";
Technically "" isn't being ignored, but the effect is as if it was ignored because this statement was a no-op to start with.