Wolfram ResearchProductsPurchasingServices & ResourcesAbout UsOur Sites
Mathematica >

CompoundExpression (;)

expr1;expr2;...
evaluates the expri in turn, giving the last one as the result.
  • CompoundExpression evaluates its arguments in a sequence corresponding to the control flow.
  • The returned value can be the result of Return[expr].
  • expr1;expr2; 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 expr2.
New in 1
© 2008 Wolfram Research, Inc. japanese.gif
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team