Kaya 0.5.3 reference for Array::pop

List of functions and data types in Array

Void pop(var [a] array)

Arguments

Usage

Remove a value from the end of an array

array = [1,2,3];
pop(array);
// array = [1,2]

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya