unless-negative ( ..a n quot: ( ..a n -- ..b ) -- ..b )


Vocabulary
math.combinators

Inputs
nan object
quota quotation with stack effect ( ..a n -- ..b )


Outputs
None

Definition


: unless-negative ( ..a n quot: ( ..a n -- ..b ) -- ..b )
[ ] swap if-negative ; inline