newline

port


Summary

Print a single line feed character

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 'port))
(    2 ($dup))
(    3 ($jt* 13))
(    6 ($drop))
(    7 ($get/val 'stdout))
(    9 ($dup))
(   10 ($jt* 6))
(   13 ($drop))
(   14 ($push/val #f))
(   16 ($push/val 'block-write))
(   18 ($push/val 
))
(   20 ($apply 2))
(   22 ($drop))
(   23 ($push/nil))
(   24 ($ret))