in reply to Re^4: When doesn't the flip-flop operator work in all scalar contexts?
in thread Why doesn't the flip-flop operator work in all scalar contexts?
First of all that doesn't fit the man page:
It can test the right operand and become false on the same evaluation it became true (as in awk), but it still returns true once.
Secondly if you look at my third example above, even if the second operand is always false, nothing is printed. So it can't be a case of flip and flop on the same round, there never seems to be a flip
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: When doesn't the flip-flop operator work in all scalar contexts?
by ikegami (Patriarch) on Oct 02, 2008 at 20:56 UTC | |
by jethro (Monsignor) on Oct 02, 2008 at 21:12 UTC |