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

continue tcl

Overview

Skip to the next iteration of a loop

Syntax

continue

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_CONTINUE code to signal the innermost containing loop

Keywords

continue, iteration, loop

Top of Page

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