diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-22 17:26:14 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-22 17:26:14 +0100 |
| commit | 38c6689e33361193d3791a6fc6052824208c9cf7 (patch) | |
| tree | a88cba212c663750240328eaadf3c1c6be82937d /examples/working | |
| parent | 7c0bcd61637a6101edf9a424ab4c369502378752 (diff) | |
= now working
Diffstat (limited to 'examples/working')
| -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 |
