aboutsummaryrefslogtreecommitdiff
path: root/bige/test0.tex
blob: 873b67bcfb838202a90289003a14e12f7eb91c2a (plain)
1
2
3
4
5
6
7
8
\count1=10 \countdef\stage=1
\long\def\loop{
  line \par
  \advance \stage by -1
  \ifnum \stage>0 \loop \fi
}
\loop
\bye