diff --git a/README.md b/README.md index 39495fe..49119a7 100644 --- a/README.md +++ b/README.md @@ -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 ```