Why are these for-loops infinite? PERL

前端 未结 0 1213
误落风尘
误落风尘 2020-12-09 04:45

I can\'t seem to figure out why these for-loops are infinitely looping.

for( my $i=0; $i<10; $i=$i+1)
{
    for(my $j=0; $j<20; $j=$j+1)
    {
        i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题