RosettaCodeData/Task/Comments/LaTeX/comments-2.tex

10 lines
190 B
TeX

\documentclass{minimal}
\newcommand{\firstpart}[1]{under#1}
\newcommand{\secondpart}{able}
\newcommand{\complete}{%
\firstpart{stand}%
\secondpart}
\begin{document}
\complete
\end{document}