in reply to Re^7: flip flop operator and if statement
in thread flip flop operator and if statement

Hi Rolf,

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
  • Comment on Re^8: flip flop operator and if statement

Replies are listed 'Best First'.
Re^9: flip flop operator and if statement
by Anonymous Monk on Sep 20, 2014 at 18:35 UTC
    athanasius already explained it in detail!