source: trunk/essentials/sys-devel/m4/examples/multiquotes.m4

Last change on this file was 3090, checked in by bird, 18 years ago

m4 1.4.8

File size: 377 bytes
Line 
1traceon
2changequote([,])dnl
3changequote([``], [''])dnl
4````traceon''''
5define(``foo'', ````FOO'''')dnl
6dumpdef(``foo'')dnl
7changequote(``!'', ``!'')dnl
8!foo!
9foo
10dumpdef(!foo!)dnl
11define(!bar!, !BAR!)
12bar
13changequote(!>*>*>*>*>!, !<*<*<*<*<!)dnl five of each
14>*>*>*>*>foo bar<*<*<*<*<
15foo bar
16>*>*>*>*>*>*><*<*<*<*<*<*<
17dumpdef(>*>*>*>*>foo<*<*<*<*<, >*>*>*>*>bar<*<*<*<*<)dnl
Note: See TracBrowser for help on using the repository browser.