From 24e578c7aece518c47ec4059264f754af6e5aa8d Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Mon, 4 Dec 2017 13:54:28 -0500 Subject: [PATCH] _cons-until-empty_: Add @index@ This is much more general-purpose and is necessary when operating on more than one list. * vector/list.xml: Add numeric/common import, exported. (_cons-until-empty_): Add @index@, incremented at each recursion. --- core/vector/list.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/core/vector/list.xml b/core/vector/list.xml index 76dde2db..0b8e00ed 100644 --- a/core/vector/list.xml +++ b/core/vector/list.xml @@ -1,6 +1,6 @@