Kaya 0.5.3 reference for Array::push
List of functions and data types in Array
Void push(var [a] array, a v)
Arguments
array
: The array
v
: The value to push
Usage
Push a value onto the end of an array.
array = [1,2,3]; push(array,4); // array = [1,2,3,4]
Related
addAt
pop
shift
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
|