Hi,
A nice fern green here.
I am playing a little bit with mathematics.
Do you think is a nice fern green ?
screen(640,500,0,"EGSL FERN")
backcolor(0,0,0)
color(0,210,55)
a,b,c,d,e,f,newx,newy,r,wa = 0,0,0,0,0,0,0,0,0,0
xy={0,0}
for wa=1,100000 do
fern()
setcaption("Fern Points: "..wa)
end
redraw()
inkey()
closewindow()