\magnification\magstep1

\input kotexplain

\newtoks\list \list={}

\def\addtolist#1#2{\def#1{#2} \toks0={#1}%
  \edef\append{\noexpand\list={\the\list \the\toks0}}\append}

\def\fifo#1{\ifx\ofif#1\ofif\fi\print#1\fifo}
\def\ofif#1\fifo{\fi}
\def\print#1{\count255\escapechar \escapechar=-1
  \def\fname{out\string#1m}
  \leavevmode\llap{\hbox{\hfontname{\fname}#1\kern.5cm}}
  {\hfontname{\fname}¹«±ÃÈ­ ²ÉÀÌ ÇǾú½À´Ï´Ù.}
  \smallskip\escapechar\count255}

\addtolist\bt{¸íÁ¶}
\addtolist\gt{°íµñ}
\addtolist\gr{±×·¡ÇÈ}
\addtolist\tz{ŸÀÚ}
\addtolist\bm{º½}
\addtolist\gs{±Ã¼­}
\addtolist\jbt{ÀÚ¸ð¹ÙÅÁ}
\addtolist\jgt{Àڸ𵸿ò}
\addtolist\jnv{ÀÚ¸ð³ëº§}
\addtolist\jsr{ÀÚ¸ð¼Ò¶ó}
\addtolist\pn{Ææ}
\addtolist\ph{ÆæÈ긲}
\addtolist\pg{Çʱâ}
\addtolist\sh{½Å¹®}
\addtolist\yt{¿¾±Û}

\leftskip2cm

\expandafter\fifo\the\list\ofif

\bye