From 2f6a20240df228e71503c2dc1e3a41e75d50f54b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 15 Nov 2022 01:20:07 +0100 Subject: add search --- mew.svnwiki | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mew.svnwiki') diff --git a/mew.svnwiki b/mew.svnwiki index b720eb9..03d91c7 100644 --- a/mew.svnwiki +++ b/mew.svnwiki @@ -331,6 +331,13 @@ If {{}} is a procedure, consider it a SRFI-158 generator and iterate over its values. If {{}} is a hash-table, iterate over its keys and values. +(search ?) + +Returns the offset of the sequence (string/list/vector) {{}} +in the sequence {{}}, +starting no earlier than {{>}} (default: 0). +Returns false if the sequence cannot be found. + == Generators and Accumulators -- cgit 1.4.1