describe

fun


Summary

Describe FUN, if there is 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 :string))
(    2 ($get/val 'type-of))
(    4 ($get/val 'fun))
(    6 ($apply 1))
(    8 ($=))
(    9 ($jf* 12))
(   12 ($get/val 'describe/string))
(   14 ($get/val 'fun))
(   16 ($apply 1))
(   18 ($jmp* 9))
(   21 ($get/val 'describe/thing))
(   23 ($get/val 'fun))
(   25 ($apply 1))
(   27 ($ret))