pop.Rd"pop" data off the CVIRScript stack
# S3 method for CVIRScript
pop(x, instruction, n = 1, what = "value")
pop(x, instruction, n = 1, what = "value")a CVIRScript object
one of: `"NUMERIC"`, `"VARIABLE"`, `"STRING_LITERAL"` or their bytecode equivalents (`84`, `97`, `220`)
number of items to pop off the stack
values to pop off the stack (default `"value"`)