aboutsummaryrefslogtreecommitdiff
path: root/test/test3.chn
diff options
context:
space:
mode:
Diffstat (limited to 'test/test3.chn')
-rw-r--r--test/test3.chn9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/test3.chn b/test/test3.chn
new file mode 100644
index 0000000..2fbdeab
--- /dev/null
+++ b/test/test3.chn
@@ -0,0 +1,9 @@
+@define{@define-function}{@syntax{@name @args @body}{@define{@name}{@lambda{@args}{@body}}}}%
+@define-function{@foo}{@a @b}{hola @b}%
+@foo{mundo}{casa}
+@define{@section}{@lambda*{@title}{@gp{@quote{@section}}}{@title@siblings@title
+}}%
+@section{Hello World}
+hola
+@section{Good Bye World}
+chao