CompoundExpression - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MmaTranslator[Mma]

  

CompoundExpression

  

evaluate expressions and return the last result

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

CompoundExpression(arguments)

Parameters

arguments

-

Maple translation of the Mathematica command arguments

Description

• 

The CompoundExpression command evaluates expressions and returns the result of the last expression.

Examples

withMmaTranslatorMma:

CompoundExpressionassigna,5,assignb,9a,assignc,2b,c

8

(1)

See Also

MmaTranslator

MmaTranslator[FromMma]

MmaTranslator[Mma]