diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-11-17 02:37:41 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-11-17 02:37:41 +0100 |
commit | 59e2da485ea82fb1ee9f6f565ba5084c41f85143 (patch) | |
tree | b8c8d110ca18c2c5b01c9b875c4945e75c1e9da0 /test-files/mds-kbdc/make-tree/valid/function | |
parent | m (diff) | |
download | mds-59e2da485ea82fb1ee9f6f565ba5084c41f85143.tar.gz mds-59e2da485ea82fb1ee9f6f565ba5084c41f85143.tar.bz2 mds-59e2da485ea82fb1ee9f6f565ba5084c41f85143.tar.xz |
small fixes and a bunch of tests
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | test-files/mds-kbdc/make-tree/valid/function | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/test-files/mds-kbdc/make-tree/valid/function b/test-files/mds-kbdc/make-tree/valid/function new file mode 100644 index 0000000..99b44f7 --- /dev/null +++ b/test-files/mds-kbdc/make-tree/valid/function @@ -0,0 +1,15 @@ +function add/3 + \add(\1 \add(\2 \3)) +end function + +# (function (@ 1 0-8) ‘add/3’ +# (.inner +# (map (@ 2 2-2) +# (.sequence +# (keys (@ 2 2-22) ‘\add(\1 \add(\2 \3))’) +# ) +# (.result nil) +# ) +# ) +# ) + |