VocabularymathInputsOutputsNone
Word descriptionMakes a check if the number is zero, and repeatedly calls
quot until the value on the stack is zero.
ExamplesUSING: kernel math prettyprint ;
15 [ dup . 2/ ] until-zero
15
7
3
1
See alsoif-zero,
when-zero,
unless-zeroDefinition