summaryrefslogtreecommitdiff
path: root/doc/examples/comments.m4
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/comments.m4')
-rw-r--r--doc/examples/comments.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/comments.m4 b/doc/examples/comments.m4
new file mode 100644
index 00000000..c1e3be0a
--- /dev/null
+++ b/doc/examples/comments.m4
@@ -0,0 +1,7 @@
+# An ordinary comment
+define(`foo', # A comment in a macro
+`Macro `foo' expansion')
+foo
+define(`comment', `*** Macro `comment' expansion ***')
+changecom(`@', `@')
+foo