"pop" data off the CVIRScript stack

# S3 method for CVIRScript
pop(x, instruction, n = 1, what = "value")

pop(x, instruction, n = 1, what = "value")

Arguments

x

a CVIRScript object

instruction

one of: `"NUMERIC"`, `"VARIABLE"`, `"STRING_LITERAL"` or their bytecode equivalents (`84`, `97`, `220`)

n

number of items to pop off the stack

what

values to pop off the stack (default `"value"`)