| Gentee Programming Language > Documentation > Libraries | Download documentation |
The method extracts a number from a stack. The stack must be described as a stack of uint or int.
uint stack.popval()
Return valueThe number extracted from the stack is returned.
The method extracts a string from a stack. The stack must be described as a stack of str.
str stack.pop( str val )
val Result string.
The function returns the parameter val.
The method deletes the top item from a stack.
uint stack.pop()
Return valueThe pointer to the new top item.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |