|
SOLUTIONS
|
Search for all pages containing CompoundExpression
BUILT-IN MATHEMATICA SYMBOL
CompoundExpression 
![]()
evaluates the
in turn, giving the last one as the result.
DetailsDetails
- CompoundExpression evaluates its arguments in a sequence corresponding to the control flow.
- The returned value can be the result of Return[expr].
- The evaluation of the
can be affected by Return, Throw, and Goto.
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
.
New in 1
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
