RosettaCodeData/Task/Draw-a-sphere/Logo/draw-a-sphere.logo
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07: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