forked from urbit/archaeology
-
Notifications
You must be signed in to change notification settings - Fork 0
Hoon dec
Adam Bliss edited this page Oct 25, 2013
·
1 revision
++ dec :: decrement
~/ %dec
|= a=@
~| %decrement-underflow
^- @
?< =(0 a)
=+ b=@
|-
?: =(a +(b))
b
$(b +(b))
Parts of this document are generated automatically. Edits within the comments section will be preserved.