summaryrefslogtreecommitdiff
path: root/doc/context/sources/general/manuals/about/pi-speed-4.tex
blob: 517e77285701fc749bb0e28d00652b1cc941fd81 (plain)
1
2
3
4
5
6
7
8
9
10
\starttext

\dorecurse{10} {
  \startMPcode
     draw fullcircle scaled 1cm withpen pencircle scaled 1mm ;
     draw textext("X") ;
  \stopMPcode
}

\stoptext