Descriptions for turtle examples (#599)

This commit is contained in:
Galen Nickel
2017-12-10 19:12:08 -08:00
committed by Peli de Halleux
parent a63d01287a
commit ac78b0c95a
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Turtle Scanner
The turtle keeps on the scanning the screen.
The turtle scans the display over and over again.
```blocks
turtle.setPosition(0, 0)