Langton's ant: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 9,310: Line 9,310:
{{trans|D}}
{{trans|D}}
The textual version only.
The textual version only.
<syntaxhighlight lang="ecmascript">var width = 75
<syntaxhighlight lang="wren">var width = 75
var height = 52
var height = 52
var maxSteps = 12000
var maxSteps = 12000