RosettaCodeData/Task/Draw-a-sphere/Logo/draw-a-sphere.logo
2023-07-01 13:44:08 -04:00

5 lines
122 B
Text

to sphere :r
cs perspective ht ;making the room ready to use
repeat 180 [polystart circle :r polyend down 1]
polyview
end