summaryrefslogtreecommitdiff
path: root/examples/wrap.m4
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wrap.m4')
-rw-r--r--examples/wrap.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/wrap.m4 b/examples/wrap.m4
new file mode 100644
index 0000000..bbe7ae0
--- /dev/null
+++ b/examples/wrap.m4
@@ -0,0 +1,10 @@
+divert(-1)
+m4wrap(`Wrapper no. 1
+')
+
+m4wrap(`Wrapper no. 2
+m4wrap(`Wrapper no. 3
+m4wrap(`Wrapper no. 4
+')')')
+divert
+No. 33: The End.