splitting-docs: add link to slice in split-when-slice

char-rename
Alexander Iljin 2017-01-13 13:23:04 +03:00
parent 5d7299b1af
commit 423181c867
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ HELP: split-when
HELP: split-when-slice HELP: split-when-slice
{ $values { "seq" sequence } { "quot" { $quotation ( ... elt -- ... ? ) } } { "pieces" "a new array" } } { $values { "seq" sequence } { "quot" { $quotation ( ... elt -- ... ? ) } } { "pieces" "a new array" } }
{ $description "Splits " { $snippet "seq" } " at each occurrence of an element for which " { $snippet "quot" } " gives a true output and outputs an array of pieces as slices. The pieces do not include the elements along which the sequence was split." } ; { $description "Splits " { $snippet "seq" } " at each occurrence of an element for which " { $snippet "quot" } " gives a true output and outputs an array of pieces as " { $link slice } "s. The pieces do not include the elements along which the sequence was split." } ;
HELP: split-indices HELP: split-indices
{ $values { "seq" sequence } { "indices" sequence } { "pieces" "a new array" } } { $values { "seq" sequence } { "indices" sequence } { "pieces" "a new array" } }