source:
trunk/essentials/sys-devel/m4/examples/multiquotes.m4
Last change on this file was 3090, checked in by , 18 years ago | |
---|---|
File size: 377 bytes |
Line | |
---|---|
1 | traceon |
2 | changequote([,])dnl |
3 | changequote([``], [''])dnl |
4 | ````traceon'''' |
5 | define(``foo'', ````FOO'''')dnl |
6 | dumpdef(``foo'')dnl |
7 | changequote(``!'', ``!'')dnl |
8 | !foo! |
9 | foo |
10 | dumpdef(!foo!)dnl |
11 | define(!bar!, !BAR!) |
12 | bar |
13 | changequote(!>*>*>*>*>!, !<*<*<*<*<!)dnl five of each |
14 | >*>*>*>*>foo bar<*<*<*<*< |
15 | foo bar |
16 | >*>*>*>*>*>*><*<*<*<*<*<*< |
17 | dumpdef(>*>*>*>*>foo<*<*<*<*<, >*>*>*>*>bar<*<*<*<*<)dnl |
Note:
See TracBrowser
for help on using the repository browser.