diff options
author | ubq323 <ubq323@ubq323.website> | 2024-06-22 18:22:24 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-06-22 18:22:24 +0100 |
commit | 8c3037662ba572a6935170dbd4cb8cc8a3636417 (patch) | |
tree | 1d585a5f0eab8eed96d0741421656f11c99c7c33 /tests/func1.bth | |
parent | 1d496f5f7f01b20fb34e63d1c85a33d8decd1894 (diff) |
compilation of functions, and some parts of interpreting them
Diffstat (limited to 'tests/func1.bth')
-rw-r--r-- | tests/func1.bth | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/func1.bth b/tests/func1.bth new file mode 100644 index 0000000..c46e956 --- /dev/null +++ b/tests/func1.bth @@ -0,0 +1,3 @@ +(do + (set f (fn (_) 42)) + (f 0)) |