📜  乳胶中的多行注释 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:05.646000             🧑  作者: Mango

代码示例3
\newcommand{\comment}[1]{} %define a new command that effectively does nothing with the input

\comment{
This line of text won't show

This one won't either

You got a proper comment mate!
}