SET->
sets
The SET->
function converts the set on top of the stack into a LIST.
SET-> is available since version 1.0.0.
See also
Signatures
Examples
[ 4 4 true false true 'pp' [ 2 55 ] ] ->SET
//STOP //try to insert STOP here to see the stack
'myset' STORE
[ $myset <% %> FOREACH ] //one way to rebuild a list from the set.
$myset SET-> //another simpler way