db4
Doug Coleman 2009-08-15 14:02:18 -05:00
parent 6aa64a15dd
commit 2f125eeb93
1 changed files with 1 additions and 1 deletions
core/sequences

View File

@ -1392,7 +1392,7 @@ $nl
"More elaborate counted loops can be performed with " { $link "math.ranges" } "." ;
ARTICLE: "sequences-if" "Control flow with sequences"
"To reduce the boilerplate of checking if a sequence is empty or a number is zero, several combinators are provided."
"To reduce the boilerplate of checking if a sequence is empty, several combinators are provided."
$nl
"Checking if a sequence is empty:"
{ $subsection if-empty }