list:remove-front-nth

说明:删除列表中表的前n个元素

用法:
 (list:remove-front-nth n lst)

参数:1 n : 未明确定义; 2 lst : 列表;

返回值:

示例: