aboutsummaryrefslogtreecommitdiff
path: root/examples/working
diff options
context:
space:
mode:
Diffstat (limited to 'examples/working')
-rw-r--r--examples/working/array-list.ey19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/working/array-list.ey b/examples/working/array-list.ey
new file mode 100644
index 0000000..de34ad9
--- /dev/null
+++ b/examples/working/array-list.ey
@@ -0,0 +1,19 @@
+<
+ [ 0 1 2 ] /list defv
+
+ {
+ list [ -102 ] cat =list
+ }
+
+ {
+ list dump
+ }
+> -- /dumpAll deff /append deff
+
+"here" dump
+
+3 append
+4 append
+5 append
+
+dumpAll