diff options
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}} |