->LIST
lists conversionThe ->LIST
function create a list from N elements on the stack.
N and the N next elements on the stack are consumed.
If N is greater than current stack depth, the function raises an error.
Loading
The ->LIST
function create a list from N elements on the stack.
N and the N next elements on the stack are consumed.
If N is greater than current stack depth, the function raises an error.