Sierpinski pentagon: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 2,083: Line 2,083:
{{libheader|DOME}}
{{libheader|DOME}}
Black backgound and slightly different palette to Go. Also pentagons are unfilled.
Black backgound and slightly different palette to Go. Also pentagons are unfilled.
<syntaxhighlight lang="ecmascript">import "graphics" for Canvas, Color
<syntaxhighlight lang="wren">import "graphics" for Canvas, Color
import "dome" for Window
import "dome" for Window
import "math" for Math
import "math" for Math