diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-23 10:02:54 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-23 10:02:54 +0100 |
| commit | aba7b3fa8bd92c66760009d0a2762df3539c36cd (patch) | |
| tree | 923c57882554805ce85516b516ac536ea1847167 /examples/working/array_assign.ey | |
| parent | d7fbde238c596c3f7cbc5471a0efb32481bdf6b8 (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.ey | 4 |
1 files changed, 0 insertions, 4 deletions
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 |
