Section 1: \asection1
Section 2: \asection2
Section 3: \asection3
\newcommand{\asection1}{This contains the contents of section 1.....}
etc.
Does that make sense? Is there a better way to do this than using \newcommand? I understand that I can place the \newcommand above and it will work, but I would prefer to do it this way for some irrational idiosyncratic reason

Thank you!