Vocabulary sequences Inputs Outputs Word description Concatenates a sequence of sequences together into one sequence, placing a copy of
glue between each pair of sequences. The resulting sequence is of the same class as
glue .
Examples Join a list of strings:
USING: sequences prettyprint ;
{ "cat" "dog" "ant" } " " join ."cat dog ant"
Notes If the
glue sequence is empty, this word calls
concat-as .
Errors Throws an error if one of the sequences in
seq contains elements not permitted in sequences of the same class as
glue .
See also join-as ,
concat ,
concat-as Definition
This documentation was generated offline from a
load-all
image. If you want, you can also
browse the documentation from within the UI developer tools . See
the Factor website
for more information.
Factor 0.101 x86.64 (2285, heads/master-efda6dad2f, Nov 20 2024 16:02:37)