Reference/Pop
From NSIS Wiki
Jump to navigationJump to search
Pop
user_var(out)
Pops a string off of the stack into user variable $x. If the stack is empty, the error flag will be set.
Push 1 Pop $0 # = 1
Command introduced with NSIS v1.50