diff options
Diffstat (limited to 'examples/working/array-list.ey')
| -rw-r--r-- | examples/working/array-list.ey | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/examples/working/array-list.ey b/examples/working/array-list.ey index de34ad9..9a3f09a 100644 --- a/examples/working/array-list.ey +++ b/examples/working/array-list.ey @@ -6,14 +6,12 @@ } { - list dump + list } -> -- /dumpAll deff /append deff - -"here" dump +> -- /content deff /append deff 3 append 4 append 5 append -dumpAll +content dump |
