diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2021-01-21 21:56:29 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2021-01-29 20:44:36 +0100 |
| commit | 8a6d8b144f45c509602a598f962d872a98226997 (patch) | |
| tree | c9966ba2b6605accdfce66768935528065232dc4 /tests | |
| parent | 28b84aca844222c3dcccc3ef4b32bac6571ea881 (diff) | |
| download | sylt-8a6d8b144f45c509602a598f962d872a98226997.tar.gz | |
call external functions without parameters
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/simple.tdy | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/simple.tdy b/tests/simple.tdy index 4a0b7d1..6793088 100644 --- a/tests/simple.tdy +++ b/tests/simple.tdy @@ -1,5 +1 @@ -a := fn f: fn -> { - f() -} - -a(fn { print 2 }) +hello() |
