list

arguments


Summary

Return ARGUMENTS as a list

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($get/val 'arguments))
(    2 ($ret))