efmt

format-string args


No documentation available

Bytecode

Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.

(    0 ($push/val 'error))
(    2 ($push/val 'fmt))
(    4 ($get/val 'format-string))
(    6 ($get/val 'append))
(    8 ($get/val 'args))
(   10 ($push/nil))
(   11 ($apply 2))
(   13 ($cons))
(   14 ($cons))
(   15 ($push/nil))
(   16 ($cons))
(   17 ($cons))
(   18 ($ret))