home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
GNU
/
M4V05AS.ZIP
/
EXAMPLES
/
MISCELLA.3
< 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
|
276 b
|
12 lines
dnl "m4.texinfo": 1460: Origin here
define(`comment', `COMMENT')
dnl =>
# A normal comment
dnl =># A normal comment
changecom(`@', `*')
dnl =>
# Not a comment anymore
dnl =># Not a COMMENT anymore
But: @ this is now a comment *
dnl =>But: @ this is now a comment *