[ Previous ] [ Contents ] [ Index ] [ Next ]

break tcl

Overview

Abort looping command

Syntax

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 containing loop command to return immediately.

Keywords

abort, break, loop

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1996 America Online, Inc.