Draw a sphere: Difference between revisions

Content deleted Content added
Simple9371 (talk | contribs)
→‎{{header|Batch File}}: Add formatting...
Simple9371 (talk | contribs)
Line 243: Line 243:


==={{header|BASIC256}}===
==={{header|BASIC256}}===
This is modeled after the Tcl implementation. Thus, the output of this is almost the same to the output of Tcl shown below.
<lang basic256>clg
<lang basic256>clg
color white
color white
Line 250: Line 251:
circle 150-2*n/3,150-n/2,150-n
circle 150-2*n/3,150-n/2,150-n
next n</lang>
next n</lang>
{{Out}}
[http://s30.postimg.org/7gup06lq9/Sphere_BASIC256_Output.jpg http://s30.postimg.org/7gup06lq9/Sphere_BASIC256_Output.jpg]


==={{header|BBC BASIC}}===
==={{header|BBC BASIC}}===