Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
random::pop
pop(list: List)
Parameter
Type
Description
list
List
Pops a random element from the list.
Returns
(*) The removed element.