diff options
| author | Drahflow <drahflow@gmx.de> | 2014-03-26 00:48:47 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-03-26 00:48:47 +0100 |
| commit | 1bc64babd1405bfa70567d576cdef3e45b508b95 (patch) | |
| tree | b535d5bfb665b1422ef44e9bef087192b63b1b44 /examples | |
| parent | 08b33426f756a79b7500b0bea5597924def2bf87 (diff) | |
Container types
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/working-loaded/list.test | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/working-loaded/list.test b/examples/working-loaded/list.test new file mode 100644 index 0000000..7ac2e05 --- /dev/null +++ b/examples/working-loaded/list.test @@ -0,0 +1,23 @@ +list ==l +list ==m + +/foo l .append +/bar l .append +/quux l .append + +l { dump } each + +[ /a /b /c ] m .append + +m { dump } each +m len dump + +2 m * dump + +list _ [ 1 2 3 ] -01 .append +list _ [ 3 4 5 ] -01 .append + add ==a + +a dump +a len dump +a |dump each |
