Bytecode

disassemble


Builtin (disassemble f) Prints the bytecode of a given function

Author: @SuperFola

Parameter

Example

(let foo (fun () { (let a 1) (print a) })
(disassemble foo)