diff options
Diffstat (limited to 'tests/func1.bth')
-rw-r--r-- | tests/func1.bth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/func1.bth b/tests/func1.bth index e55f23a..1f175ab 100644 --- a/tests/func1.bth +++ b/tests/func1.bth @@ -1,2 +1,2 @@ (set f (fn (_) 42)) -(f 0) +(puts (f 0)) |