list:remove-index

说明:按索引删除列表的项,leemac

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

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

返回值:删除索引项之后的列表

示例:
(list:RemoveIndex '(0 1 2 3) 1)