aboutsummaryrefslogtreecommitdiff
path: root/tests/test5.chn
diff options
context:
space:
mode:
authorThomas Albers Raviola <thomas@thomaslabs.org>2025-01-05 16:55:51 +0100
committerThomas Albers Raviola <thomas@thomaslabs.org>2025-01-05 17:11:20 +0100
commit5b518ad7205b3432d95ff2b3757e49914233d913 (patch)
treec4abb63c32cc1821a1f072a9e6487d067a873bc3 /tests/test5.chn
parentbc69faaa5bbd8a2d8afb9ab81882b1ba21c4bb8e (diff)
Clean up eval-tree
Diffstat (limited to 'tests/test5.chn')
-rw-r--r--tests/test5.chn5
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}}