file/write

content pathname


Summary

Writes CONTENT into PATHNAME

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 'spit))
(    2 ($get/val 'pathname))
(    4 ($get/val 'content))
(    6 ($apply 2))
(    8 ($ret))