break.n

来自「linux系统下的音频通信」· N 代码 · 共 35 行

N
35
字号
'\"'\" Copyright (c) 1993-1994 The Regents of the University of California.'\" Copyright (c) 1994-1996 Sun Microsystems, Inc.'\"'\" See the file "license.terms" for information on usage and redistribution'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.'\" '\" SCCS: @(#) break.n 1.7 96/10/09 08:29:26'\" .so man.macros.TH break n "" Tcl "Tcl Built-In Commands".BS'\" Note:  do not modify the .SH NAME line immediately below!.SH NAMEbreak \- Abort looping command.SH SYNOPSIS\fBbreak\fR.BE.SH DESCRIPTION.PPThis command is typically invoked inside the body of a looping commandsuch as \fBfor\fR or \fBforeach\fR or \fBwhile\fR.It returns a TCL_BREAK code, which causes a break exceptionto occur.The exception causes the current script to be abortedout to the innermost containing loop command, which thenaborts its execution and returns normally.Break exceptions are also handled in a few other situations, suchas the \fBcatch\fR command, Tk event bindings, and the outermostscripts of procedure bodies..SH KEYWORDSabort, break, loop

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?