#POP
Purpose
Pops a value off the primary compile-time stack.
Syntax
#Pop {compile-time-variable}
What It Does
Pops a value off the primary compile-time stack into a compile-time variable. The primary compile-time stack counter is decremented.
Example
#Pop S$
In the above example, the value at the top of the primary compile-time stack is pushed into the S$ compile-time variable.