Langton's ant: Difference between revisions

m
→‎{{header|Tcl}}: fix error, need to pass grid to proc
(added Fantom example)
m (→‎{{header|Tcl}}: fix error, need to pass grid to proc)
Line 1,783:
while 1 {
update
if {[step antgrid]} break
}
 
Anonymous user