From 7393aa895e7dea52b0e7919c105d521e0d1dfd02 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 7 Dec 2020 11:57:06 -0800 Subject: [PATCH] math: related-words for until-zero. --- core/math/math-docs.factor | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/math/math-docs.factor b/core/math/math-docs.factor index 43094d35cc..82f44375fb 100644 --- a/core/math/math-docs.factor +++ b/core/math/math-docs.factor @@ -321,6 +321,8 @@ HELP: until-zero } } ; +{ if-zero when-zero unless-zero until-zero } related-words + HELP: times { $values { "n" integer } { "quot" quotation } } { $description "Calls the quotation " { $snippet "n" } " times." } -- 2.34.1