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