2 lines
48 B
Text
2 lines
48 B
Text
|
|
let x 15 ask turtles [ set xcor x set x x + 1 ]
|
|
|
let x 15 ask turtles [ set xcor x set x x + 1 ]
|