Abstract Push

Pushes a value on the AVM1 stack.

Example

@push("Hello, World!");
trace(@pop());

Syntax

TODO

Abstract type

TODO

{
  type: "OpTrace";
  value: Expression;
}