]> gitweb.factorcode.org Git - factor.git/commitdiff
math: related-words for until-zero.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 7 Dec 2020 19:57:06 +0000 (11:57 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 7 Dec 2020 19:57:06 +0000 (11:57 -0800)
core/math/math-docs.factor

index 43094d35cc5d5f7742efcb8f692b44f3b0b612ad..82f44375fbca19c9f4b9752e486e1b8c411c85ce 100644 (file)
@@ -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." }