prepend: func [
{Inserts a value at the head of a series and returns the series head.}
series [series! port!]
value
/only "Prepends a block value as a block"
][
head either only [
insert/only head series :value
] [
insert head series :value
]
]
You need to create an account or log in to post comments to this site.