in reply to Re^7: flip flop operator and if statement
in thread flip flop operator and if statement
i am trying to understand how these two statements
if($p=3..5)
vs
if(($p=3)..5)
are interpreted inside while loop of the code?
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: flip flop operator and if statement
by Anonymous Monk on Sep 20, 2014 at 18:35 UTC |