diff options
| author | Drahflow <drahflow@gmx.de> | 2014-03-26 02:40:36 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2014-03-26 02:40:36 +0100 |
| commit | c7cca242d151618ca2598bcb84c8bf5d1b5165ef (patch) | |
| tree | d63947b084b69f3f9c24932b71956b710428e165 /examples/working-loaded | |
| parent | 87a65610118849c4180b39803a3494fbeb96f4c8 (diff) | |
Sorting routine
Diffstat (limited to 'examples/working-loaded')
| -rw-r--r-- | examples/working-loaded/sort.test | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/working-loaded/sort.test b/examples/working-loaded/sort.test new file mode 100644 index 0000000..aff323b --- /dev/null +++ b/examples/working-loaded/sort.test @@ -0,0 +1,11 @@ +"lib/sort.ey" include + +[ 99 7 2 3 ] order dump +map ==m + +99 /foo m =[] +7 /bar m =[] +2 /quux m =[] +3 /baz m =[] + +m sort dump |
