Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytra authored Apr 27, 2020
1 parent 22bd873 commit 3acc70c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ The following TurtleScript code will draw a hollow square on screen.
```
# start of file
P 255 0 0 # select red pen
D # pen down
W 5 # go west (left) 5 positions
N 5 # go north (up) 5 positions
E 5 # go east (right) 5 positions
S 5 # go south (down) 5 positions
U # pen up
D # pen down
W 5 # go west (left) 5 positions
N 5 # go north (up) 5 positions
E 5 # go east (right) 5 positions
S 5 # go south (down) 5 positions
U # pen up
# end of file
```

0 comments on commit 3acc70c

Please sign in to comment.