L-system: Difference between revisions

Content deleted Content added
PureFox (talk | contribs)
PureFox (talk | contribs)
→‎{{header|Wren}}: Oops again!
Line 139:
var TwoPi = Num.pi * 2
 
class SierpinskiSquareCurveKochSnowflake {
construct new(width, height, back, fore) {
Window.title = "Koch Snowflake"
Line 187:
}
 
var Game = SierpinskiSquareCurveKochSnowflake.new(400, 400, Color.blue, Color.yellow)</syntaxhighlight>
 
{{out}}