Pops the value at the top of the AVM1 stack.
Corresponds to the AVM1 Pop action.
Pop
function main() { @push("Hello, World"); trace(@pop()); // `Hello, World!` trace(@pop()); // `undefined` } main();
Syntax AbstractPop : @pop Trivia? ( Trivia? )
@pop
(
)
TODO
{ type: "OpPop"; }