dec

x


Summary

Return a number 1 less than x

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 'x))
(    2 ($push/int/byte 1))
(    4 ($sub))
(    5 ($ret))