EMA-XPS Online


SEARCH

SEARCH
======

syntax: (search <subsequence> <sequence>)

This function returns the start position of the
subsequence, when the subsequence is included,
otherwise NIL.

example:       >(search '(2 3) '(1 2 3 4))
               1
		

EMA-XPS Online