From e816e6bbbfe03b0ab15344155250ced004a7f924 Mon Sep 17 00:00:00 2001 From: Drahflow Date: Mon, 7 Jan 2013 15:07:33 +0100 Subject: Correctly handle unquoted scope capture --- examples/working/array-list.ey | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/working/array-list.ey (limited to 'examples') diff --git a/examples/working/array-list.ey b/examples/working/array-list.ey new file mode 100644 index 0000000..de34ad9 --- /dev/null +++ b/examples/working/array-list.ey @@ -0,0 +1,19 @@ +< + [ 0 1 2 ] /list defv + + { + list [ -102 ] cat =list + } + + { + list dump + } +> -- /dumpAll deff /append deff + +"here" dump + +3 append +4 append +5 append + +dumpAll -- cgit v1.2.3