add info on new setpos() command

This commit is contained in:
lee2sman 2021-02-07 03:14:01 -05:00
parent b87993701d
commit 02a08761da
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,11 @@ right(Δ)
```
turns Δ degrees to the right
```
setpos(x,y)
```
moves turtle to x,y pixel coordinate. 0,0 is top left of window.
### Drawing
```