PLAYGROUND (experimental)

turtle_jump

Teleport to absolute position without drawing
turtle_jump(
    x, 
    y
)

Teleport to absolute position without drawing

Syntaxe

turtle_jump(x=100, y=200);

Arguments

NameTypeRequiredDefaultDescription
xyes-X coordinate
yyes-Y coordinate