Help for this page

Select Code to Download


  1. or download this
    for (1..10).reverse -> $x, $y { say $y}
    
  2. or download this
    for 10...1 -> $x, $y {say $y }