PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Mathematica
>
Flow Control
>
Built-in
Mathematica
Symbol
Loops and Control Structures
Tutorials »
|
Catch
See Also »
|
Flow Control
More About »
Label
Label
[
tag
]
represents a point in a compound expression to which control can be transferred using
Goto
.
MORE INFORMATION
Label
must appear as an explicit element of a
CompoundExpression
object.
Label
has attribute
HoldFirst
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Write a loop using
Goto
and
Label
:
In[1]:=
In[2]:=
Out[2]=
SEE ALSO
Catch
TUTORIALS
Loops and Control Structures
MORE ABOUT
Flow Control
New in 1
© 2008 Wolfram Research, Inc.