defmodule

name body


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 'module/insert))
(    2 ($get/val 'name))
(    4 ($push/val 'module))
(    6 ($push/val 'def))
(    8 ($push/val '*module*))
(   10 ($get/val 'name))
(   12 ($push/nil))
(   13 ($cons))
(   14 ($cons))
(   15 ($cons))
(   16 ($get/val 'append))
(   18 ($get/val 'body))
(   20 ($push/nil))
(   21 ($apply 2))
(   23 ($cons))
(   24 ($cons))
(   25 ($push/nil))
(   26 ($cons))
(   27 ($cons))
(   28 ($cons))
(   29 ($ret))