print/error

error


Summary

Display ERROR in a nice, human readable way

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 'join))
(    4 ($get/val 'print/error/iter))
(    6 ($get/val 'error))
(    8 ($push/int/byte 0))
(   10 ($apply 2))
(   12 ($push/val 
))
(   14 ($apply 2))
(   16 ($apply 1))
(   18 ($ret))