diff options
| -rw-r--r-- | test/lambdas.tm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/lambdas.tm b/test/lambdas.tm new file mode 100644 index 00000000..b5eefb20 --- /dev/null +++ b/test/lambdas.tm @@ -0,0 +1,6 @@ + + +>> add_one := func(x:Int) x + 1 +>> add_one +>> add_one(10) += 11 |
