Barnsley fern: Difference between revisions

1-based index
m (Standardize reference to opticl library)
(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}}==
2,063

edits