source: trunk/essentials/sys-devel/m4/examples/sync-lines.m4

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

m4 1.4.8

File size: 286 bytes
Line 
1# Several input lines, expanding to one
2define(`foo', ``foo' line one.
3`foo' line two.
4`foo' line three.') xyz
5foo
6# Several input lines, expanding to none
7define(`foo', ``foo' line one.
8`foo' line two.
9`foo' line three.')dnl
10# one input line, expanding to several output lines
11foo foo
Note: See TracBrowser for help on using the repository browser.