Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
(drop-last items)
items.pop_back();
items.RemoveAt(items.Count - 1);
items.removeLast();
items = items(1:size(items)-1)
items = items[:len(items)-1]
pop :: [a] -> [a]
pop [] = []
pop xs = init xs
let items2 = pop items
let items2 = init items
items.pop();
items.removeLast();
array_pop($items);
pop(@items);
items.pop()
items.pop
items.pop();