CompoundExpression - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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]