diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-05-15 16:21:29 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 17:11:20 +0100 |
commit | ce529296fb83b21950c15eab60b23074ccc79c2e (patch) | |
tree | 7dca0da8e57841f2f8efa31783196888511002cd /t/test3.chn | |
parent | b8d1c62d87e418fb6a7b0ca6c5891b9b7c1ecf0c (diff) |
Add syntax form for writing macros
Diffstat (limited to 't/test3.chn')
-rw-r--r-- | t/test3.chn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/test3.chn b/t/test3.chn index d989187..42a0b97 100644 --- a/t/test3.chn +++ b/t/test3.chn @@ -1,3 +1,3 @@ {@define}{@define-function}{{@syntax}{@name @args @body}{{@define}{@name}{{@lambda}{@args}{@body}}}}% -{@define-function}{@foo}{@a}{hola @a}% -%{@foo}{mundo} +{@define-function}{@foo}{@a @b}{hola @b}% +{@foo}{mundo}{casa} |