| Gentee Programming Language > Documentation > Libraries | Download documentation |
The method adds a number to a stack. The stack must be described as a stack of uint or int.
uint stack.push( uint val )
val Added number.
The added value is returned.
The method adds a string to a stack. The stack must be described as a stack of str.
str stack.push( str val )
val Added string.
The added string is returned.
Add an item to a stack.
uint stack.push()
Return valueThe pointer to the added item.
See alsoCopyright © 2004-2006 Gentee Inc. All rights reserved. |