list:search-index

说明:以索引查找表中元素; 参数:; lst:列表; index:索引或者索引表

用法:
 (list:search-index lst index)

参数:1 lst : 列表; 2 index : 索引值;

返回值:查找到的元素组成的表

示例:
(list:Search-Index '(1 2 3 4) 3)