aboutsummaryrefslogtreecommitdiff
path: root/examples/working/array-assign.ey
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2013-01-23 10:02:54 +0100
committerDrahflow <drahflow@gmx.de>2013-01-23 10:02:54 +0100
commitaba7b3fa8bd92c66760009d0a2762df3539c36cd (patch)
tree923c57882554805ce85516b516ac536ea1847167 /examples/working/array-assign.ey
parentd7fbde238c596c3f7cbc5471a0efb32481bdf6b8 (diff)
dom, rep, =[] done
dom now correctly calls .dom on structs rep loops 0 times, not 2^64 times when called with 0 =[] implemented
Diffstat (limited to 'examples/working/array-assign.ey')
-rw-r--r--examples/working/array-assign.ey4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/working/array-assign.ey b/examples/working/array-assign.ey
new file mode 100644
index 0000000..34cf6e4
--- /dev/null
+++ b/examples/working/array-assign.ey
@@ -0,0 +1,4 @@
+[ 1 2 3 4 ] /a defv
+0 6 a =[]
+
+a dump