Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / Flow Control /

CompoundExpression

FilledSmallSquare ; ; ... evaluates the in turn, giving the last one as the result.

FilledSmallSquare CompoundExpression evaluates its arguments in a sequence corresponding to the control flow.

FilledSmallSquare The returned value can be the result of Return[expr].

FilledSmallSquare The evaluation of the can be affected by Return, Throw and Goto.

FilledSmallSquare ; ; returns value Null. If it is given as input, the resulting output will not be printed. Out[n] will nevertheless be assigned to be the value of .

FilledSmallSquare See Section 1.2.6 and Section A.2.7.

FilledSmallSquare See also: Block.

FilledSmallSquare New in Version 1.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.