summaryrefslogtreecommitdiff
path: root/Doc/help/break
blob: 63c0bf650c24397097ad60547a02602c88d44c52 (plain)
1
2
3
4
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.