Draw a sphere: Difference between revisions

m
(→‎{{header|Batch File}}: Add formatting...)
m (→‎{{header|BASIC256}}: About output)
Line 243:
 
==={{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
color white
Line 250 ⟶ 251:
circle 150-2*n/3,150-n/2,150-n
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}}===
535

edits