Vocabularymath.
combinatorsInputsOutputsNone
Word descriptionWhen
n is negative, calls the quotation with
n.
ExamplesUSING: math math.combinators prettyprint ;
-3 [ 1 + ] when-negative .
-2
USING: math math.combinators prettyprint ;
3.5 [ 1 + ] when-negative .
3.5
Definition