summaryrefslogtreecommitdiff
path: root/a.toc
diff options
context:
space:
mode:
Diffstat (limited to 'a.toc')
-rw-r--r--a.toc3
1 files changed, 1 insertions, 2 deletions
diff --git a/a.toc b/a.toc
index 7efdaf5..b282224 100644
--- a/a.toc
+++ b/a.toc
@@ -19,10 +19,9 @@ pkg "a";
a.data[a.len] = x;
a.len += 1;
};
-/*
+
#export arr_foreach ::= fn(t ::=, a : Arr(t), f : fn(&t)) {
each i := 0..a.len-1 {
f(&a.data[i]);
}
};
-*/ \ No newline at end of file