Barnsley fern: Difference between revisions

m
Line 740:
 
bgcolor 0, 0, 0
cls graphics
 
do
Line 770:
let y = -.04 * x + .85 * y + 1.6
 
let x1 = ( x + 3 ) * 70
let y1 = 700 - y * 70
 
Line 781:
wait
 
loop n < 10000</syntaxhighlight>
 
print "done"</syntaxhighlight>
 
=={{header|D}}==
305

edits