Regular polygon by clock

REBOL[]for k n: do ask""1 -1[print[round 1e3 * cosine d: 360 * k / n round -1e3 * sine d]]

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

download

return to the top page