Langton's ant: Difference between revisions

m
→‎{{header|REXX}}: corrected use of wrong word. -- ~~~~
m (→‎{{header|REXX}}: corrected use of wrong word. -- ~~~~)
Line 2,033:
 
=={{header|REXX}}==
<lang rexx>/*REXX program implements Langton's ant and displays it'sits walk(s). */
parse arg dir . /*allow specification: ant facing*/
/*binary colors: 0=white, 1=black*/