usepackage{verbatim}
%^that goes at the very top
egin{comment}
stuff commented out here
end{comment}
ewcommand{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!
}
iffalse
I don't want this to happen
fi
ewcommand{comment}[1]{}
comment{
This line of text won't show
This one won't either
}