aboutsummaryrefslogtreecommitdiff
path: root/examples/working
diff options
context:
space:
mode:
Diffstat (limited to 'examples/working')
-rw-r--r--examples/working/array-assign.ey4
-rw-r--r--examples/working/array_assign.ey4
2 files changed, 4 insertions, 4 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
diff --git a/examples/working/array_assign.ey b/examples/working/array_assign.ey
deleted file mode 100644
index b369e5b..0000000
--- a/examples/working/array_assign.ey
+++ /dev/null
@@ -1,4 +0,0 @@
-[ 1 2 3 4 ] =a
-0 2 a =[]
-
-a dump