Help for this page

Select Code to Download


  1. or download this
        if ($dist[$b] >= 0) {
            while ($dist[$b] >= 0) {
                ...
            }
    
  2. or download this
    for my $i (0 .. $#blocks) {
    
  3. or download this
    for (@blocks) {