list:exist

说明:判断item是否在列表内

用法:
 (list:exist lst item)

参数:1 lst : 列表; 2 item : 项或项值;

返回值:存在t,反之nil

示例:
(list:exist '(1 2 3 4) 3)