Expression Statement

Evaluates an expression and discards its value.

Syntax

TODO

Abstract type

TODO

{
  type: "ExpressionStatement";
  expression: Expression;
}