diff options
| author | Drahflow <drahflow@gmx.de> | 2014-08-07 16:37:58 +0200 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-08-07 16:37:58 +0200 |
| commit | 850c84edb1744eb960891c3b3a48776e8acc1948 (patch) | |
| tree | a3387f0bad24a8a31732662cfb7848b8e69d0660 /examples | |
| parent | 35700489313e5c14d52e42cd09b1bf8ea9100013 (diff) | |
Added unvectorized list append
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/working-loaded/list.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/working-loaded/list.test b/examples/working-loaded/list.test index 7ac2e05..2d07e50 100644 --- a/examples/working-loaded/list.test +++ b/examples/working-loaded/list.test @@ -14,6 +14,10 @@ m len dump 2 m * dump +[ /a /b /c ] m .append1 + +m { dump } each + list _ [ 1 2 3 ] -01 .append list _ [ 3 4 5 ] -01 .append add ==a |
