Barnsley fern: Difference between revisions

m
Applesoft BASIC, BASIC256, and BBC BASIC moved to the BASIC section.
m (Applesoft BASIC, BASIC256, and BBC BASIC moved to the BASIC section.)
Line 283:
</syntaxhighlight>
 
=={{header|Applesoft BASIC}}==
==={{header|BBCApplesoft BASIC}}===
<syntaxhighlight lang="applesoftbasic"> 100 LET YY(1) = .16
110 XX(2) = .85:XY(2) = .04
Line 310 ⟶ 311:
</syntaxhighlight>
 
==={{header|BASIC256}}===
<syntaxhighlight lang="basic256"># adjustable window altoght
# call the subroutine with the altoght you want
Line 351 ⟶ 352:
[https://www.dropbox.com/s/8rkgguj3ol57771/Barnsley_fern_BASIC256.png?dl=0 Barnsley fern BASIC256 image]
 
==={{header|BBC BASIC}}===
 
=={{header|BBC BASIC}}==
{{works with|BBC BASIC for Windows}}
<syntaxhighlight lang="bbcbasic"> GCOL 2 : REM Green Graphics Color
512

edits