→LIST

Member Of Menu: 
List
Stack
Argument Types: 
Any
Real
Result Type(s): 
List
Invertible: 
No
Valid In Expression: 
No
Stack Diagram: 
Item1 ... Itemn Realn+1 { Item1 ... Itemn }

This operation expects a real number at the top of the stack which is the size of the list it should create. Then, it pops off that number of items off of the stack and builds a list of those items. The items on the stack can be of any type, including other lists.