aboutsummaryrefslogtreecommitdiff
path: root/examples/working
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-01-07 15:07:33 +0100
committerDrahflow <drahflow@gmx.de>2013-01-07 15:07:33 +0100
commite816e6bbbfe03b0ab15344155250ced004a7f924 (patch)
tree74aff268dd0ec215b2a5ce2968e28437408c02f0 /examples/working
parent80a0a5eefedf123ae25966396283e35305c93440 (diff)
Correctly handle unquoted scope capture
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