Skip to content

CompoundExpression

CompoundExpression(expr1, expr2, ...)

or

expr1; expr2; ...

evaluates its arguments in turn, returning the last result.

Implementation status

  • ✅ - full supported

Github