RosettaCodeData/Task/Draw-a-sphere/Logo/draw-a-sphere.logo

6 lines
122 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
to sphere :r
cs perspective ht ;making the room ready to use
repeat 180 [polystart circle :r polyend down 1]
polyview
end