Barnsley fern: Difference between revisions

Content deleted Content added
m Standardize reference to opticl library
Chkas (talk | contribs)
1-based index
Line 869:
[https://easylang.online/apps/barnsley-fern.html Run it]
 
<syntaxhighlight lang="text">color 060
color 060
for i range= 1 to 200000
r = randomf
if r < 0.01
Line 889 ⟶ 890:
move 50 + x * 15 100 - y * 10
rect 0.3 0.3
.
.</syntaxhighlight>
 
=={{header|Emacs Lisp}}==