Regular polygon by pooq

REBOL[]for i 0(n: do input)- 1 1[print[round 1e3 *(cosine a: i * 360 / n)round 1e3 * sine a]]

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

download

return to the top page