From 38c6689e33361193d3791a6fc6052824208c9cf7 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Tue, 22 Jan 2013 17:26:14 +0100 Subject: = now working --- examples/working/array-list.ey | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'examples/working/array-list.ey') 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 -- cgit v1.2.3