begins-with?: func [
"Returns true if the series begins with the value; false otherwise"
series [series!]
value
] [
found? find/match series value
]
You need to create an account or log in to post comments to this site.