hex.inc1¶
hex++ (if overflows - jump to carry1; else jump to carry0)
Signature¶
def inc1 hex, carry0, carry1 @ switch, end { ... }
Defined in hex/math_basic.fj — lines 98–124 (view on GitHub).
Complexity¶
Time:
@Space:
1.5@+13
See the complexity glossary for what @, w, dw, dbit, n mean.