Help for this page

Select Code to Download


  1. or download this
    map{ some_statement } some_range while some_condition;
    
  2. or download this
    do { some_statement for some_range } while some_condition;