break [ n ]
       Exit from an enclosing for, while, until, select or repeat loop. If
       an arithmetic expression n is specified, then break  n  levels  in-
       stead of just one.
