Fractal tree: Difference between revisions

Line 1,071:
=={{header|EasyLang}}==
 
[https://easylang.online/apps/fractal_fractal-tree.html Run it]
 
<syntaxhighlight lang="text">func tree x y deg n . .
func tree x y deg n . .
if n > 0
linewidth n * 0.4
Line 1,089 ⟶ 1,090:
call tree 50 90 -90 10
timer 1
.
.</syntaxhighlight>
 
=={{header|F_Sharp|F#}}==
2,060

edits