db4
Doug Coleman 2009-12-06 17:22:02 -06:00
parent a94774f8e8
commit e62474e3c2
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ HELP: circular-while
{ "sequence" sequence }
{ "quot" quotation }
}
{ $description "Calls " { $snippet "quot" } " on each element of the sequence until each call yields yields " { $link f } " in succession." } ;
{ $description "Calls " { $snippet "quot" } " on each element of the sequence until each call yields " { $link f } " in succession." } ;
ARTICLE: "circular" "Circular sequences"
"The " { $vocab-link "circular" } " vocabulary implements the " { $link "sequence-protocol" } " to allow an arbitrary start index and wrap-around indexing." $nl