Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 2.57 KB

File metadata and controls

25 lines (17 loc) · 2.57 KB

pop()

Removes and returns the last value added to a stack variable. The stack is created if not found.

Data signatures
pop( stack name: $${\color{green}None}$$ ǁ $${\color{green}str}$$ )
Call signatures
pop( stack name: Variable ǁ Header ǁ Function ǁ Reference ǁ Term )
Purpose Value
Main focus pop() produces a calculated value
Context Qualifier
Match qualifiers onmatch, asbool
Value qualifiers onmatch

[Back to index]