mirror of
https://gitee.com/clygintang/Dockfile-Coreseek.git
synced 2025-07-21 00:00:15 +08:00
8 lines
167 B
Plaintext
8 lines
167 B
Plaintext
# An ordinary comment
|
|
define(`foo', # A comment in a macro
|
|
`Macro `foo' expansion')
|
|
foo
|
|
define(`comment', `*** Macro `comment' expansion ***')
|
|
changecom(`@', `@')
|
|
foo
|