print

v port


Summary

Display V on the standard output 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 'write/raw))
(    2 ($get/val 'v))
(    4 ($get/val 'port))
(    6 ($dup))
(    7 ($jt* 13))
(   10 ($drop))
(   11 ($get/val 'stdout))
(   13 ($dup))
(   14 ($jt* 6))
(   17 ($drop))
(   18 ($push/val #f))
(   20 ($push/true))
(   21 ($apply 3))
(   23 ($drop))
(   24 ($get/val 'v))
(   26 ($ret))
(   27 ($ret))