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