79301664

Date: 2024-12-22 20:24:38
Score: 0.5
Natty:
Report link

Suggest using the Postscript 'for' operator for this:

0 1 15{
    /x exch def
    0 1 23{
        /y exch def
        x 0.5 add raster mul 
        y 0.5 add raster mul
        2.5 mms 0 359 arc stroke
    }for % y loop
}for % x loop
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ggg