Help for this page

Select Code to Download


  1. or download this
    $a=0;
    LOOP:
    ...
        goto LOOP;
    CONT: print "\n";
    }
    
  2. or download this
    $a=0;
    LOOP:
    ...
        goto LOOP;
        print "----\n";
    }