list:remove-index

说明:(list:remove-index lst index)

用法:
 1 lst  : 列表;  2 index  : 索引值;  

参数:删除索引项之后的列表

返回值:(list:RemoveIndex '(0 1 2 3) 1)

示例: