errorln

str


Summary

Print to stderr STR on a single line

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 'error))
(    2 ($get/val 'cat))
(    4 ($get/val 'str))
(    6 ($push/val 
))
(    8 ($apply 2))
(   10 ($apply 1))
(   12 ($ret))