diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-06 01:07:36 +0100 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-06 01:07:36 +0100 |
commit | 13e6a0738c47608af15cfcbc88a7a451a1e53fd9 (patch) | |
tree | faf38ee758f99b68cba2caedda133bad159036ee /tests/test5.chn | |
parent | 5b518ad7205b3432d95ff2b3757e49914233d913 (diff) |
Diffstat (limited to 'tests/test5.chn')
-rw-r--r-- | tests/test5.chn | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test5.chn b/tests/test5.chn index eb0b88b..d1176b1 100644 --- a/tests/test5.chn +++ b/tests/test5.chn @@ -1,4 +1,2 @@ -@define{@a}{@lambda{@x}{A<@x>}}% -@define{@b}{@lambda{@x}{B<@x>}}% -%@define{@c}{@b @a @b}% -@a{a @b{b}} +@define{@a}{@lambda{@x}{@lambda{@y}{@x}}}% +{@a{1}}{2} |