Skip to content

CompoundExpression

CompoundExpression[e1, e2, …] (written e1; e2; …) evaluates each argument in order and returns the last one.

$ wo 'CompoundExpression[1, 2, 3]'
3