NAME
       break - Abort looping command

SYNOPSIS
       break


DESCRIPTION
       This  command  may  be  invoked  only inside the body of a
       looping command such as  for  or  foreach  or  while.   It
       returns  a TCL_BREAK code to signal the innermost contain-
       ing loop command to return immediately.


KEYWORDS
       abort, break, loop
