error

v port


Summary

Prints v on the standard error port

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 'print))
(    2 ($get/val 'v))
(    4 ($get/val 'stderr))
(    6 ($apply 2))
(    8 ($ret))