diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 16:55:51 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 17:11:20 +0100 |
commit | 5b518ad7205b3432d95ff2b3757e49914233d913 (patch) | |
tree | c4abb63c32cc1821a1f072a9e6487d067a873bc3 /tests | |
parent | bc69faaa5bbd8a2d8afb9ab81882b1ba21c4bb8e (diff) |
Clean up eval-tree
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test5.chn | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test5.chn b/tests/test5.chn index 6e4a5f0..eb0b88b 100644 --- a/tests/test5.chn +++ b/tests/test5.chn @@ -1 +1,4 @@ -@+{@1 @+{@2 @3}} +@define{@a}{@lambda{@x}{A<@x>}}% +@define{@b}{@lambda{@x}{B<@x>}}% +%@define{@c}{@b @a @b}% +@a{a @b{b}} |