diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lambdas.tm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lambdas.tm b/test/lambdas.tm index b5eefb20..e5ddc5b3 100644 --- a/test/lambdas.tm +++ b/test/lambdas.tm @@ -4,3 +4,6 @@ >> add_one >> add_one(10) = 11 + +>> shout := func(msg:Text) say("{msg:upper()}!") +>> shout("hello") |
