diff options
| author | Drahflow <drahflow@gmx.de> | 2013-01-07 15:07:33 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2013-01-07 15:07:33 +0100 |
| commit | e816e6bbbfe03b0ab15344155250ced004a7f924 (patch) | |
| tree | 74aff268dd0ec215b2a5ce2968e28437408c02f0 /examples/working | |
| parent | 80a0a5eefedf123ae25966396283e35305c93440 (diff) | |
Correctly handle unquoted scope capture
Diffstat (limited to 'examples/working')
| -rw-r--r-- | examples/working/array-list.ey | 19 |
1 files changed, 19 insertions, 0 deletions
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 |
