Regular polygon by teebee

input""n
for i=0to n-1
x=2*pi*i/n
?1e3*cos(x)+.01using"%.0f",1e3*sin(x)using"%.0f"next

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page