PLAYGROUND (experimental)

turtle_goto

Move to absolute position, draw if pen is down
turtle_goto(
    x, 
    y
)

Move to absolute position, draw if pen is down

Syntaxe

turtle_goto(x=100, y=200);

Arguments

NameTypeRequiredDefaultDescription
xyes-X coordinate
yyes-Y coordinate