home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
GNU
/
M4V05AS.ZIP
/
EXAMPLES
/
DEBUGGIN.2
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-02-19
|
325 b
|
14 lines
dnl "m4.texinfo": 942: Origin here
define(`foo', `Hello World.')
dnl =>
define(`echo', `$@')
dnl =>
traceon(`foo', `echo')
dnl =>
foo
dnl *>m4 trace (1): foo -> `Hello World.'
dnl =>Hello World.
echo(gnus, and gnats)
dnl *>m4 trace (1): echo( `gnus', `and gnats' ) -> ``gnus', `and gnats''
dnl =>gnus, and gnats