fix docs
parent
6aa64a15dd
commit
2f125eeb93
|
@ -1392,7 +1392,7 @@ $nl
|
||||||
"More elaborate counted loops can be performed with " { $link "math.ranges" } "." ;
|
"More elaborate counted loops can be performed with " { $link "math.ranges" } "." ;
|
||||||
|
|
||||||
ARTICLE: "sequences-if" "Control flow with sequences"
|
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
|
$nl
|
||||||
"Checking if a sequence is empty:"
|
"Checking if a sequence is empty:"
|
||||||
{ $subsection if-empty }
|
{ $subsection if-empty }
|
||||||
|
|
Loading…
Reference in New Issue