inc
xSummary
Return a number 1 greater 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 ($push/int/byte 1)) ( 2 ($get/val 'x)) ( 4 ($add)) ( 5 ($ret))
Return a number 1 greater than x
Probably only interesting to you if you want to understand more about the Nujel VM or care very much about performance.
( 0 ($push/int/byte 1)) ( 2 ($get/val 'x)) ( 4 ($add)) ( 5 ($ret))