]> gitweb.factorcode.org Git - factor.git/blobdiff - core/combinators/combinators-docs.factor
kernel: document ?if ?when ?unless
[factor.git] / core / combinators / combinators-docs.factor
index 404d31bb56cc37c49777bace18889388329cf48b..20f30b25ed84c41740f3cfca44ec764a93cd997c 100644 (file)
@@ -170,7 +170,7 @@ ARTICLE: "conditionals" "Conditional combinators"
 "Forms abstracting a common stack shuffle pattern:"
 { $subsections if* when* unless* }
 "Another form abstracting a common stack shuffle pattern:"
-{ $subsections ?if }
+{ $subsections ?if ?when ?unless }
 "Sometimes instead of branching, you just need to pick one of two values:"
 { $subsections ? }
 "Two combinators which abstract out nested chains of " { $link if } ":"