Kaya 0.5.3 reference for Array::pop
List of functions and data types in Array
Void pop(var [a] array)
Arguments
array
: The array
Usage
Remove a value from the end of an array
array = [1,2,3]; pop(array); // array = [1,2]
Related
push
removeAt
shift
top
unshift
About Kaya
Download
Tutorials
Library reference
Stable version
Latest version
Development version
Applications
Mailing lists
Help wanted
kaya@kayalang.org
| Last modified 29 November 2011 | Supported by
Durham CompSoc
|