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
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
x | yes | - | X coordinate | |
y | yes | - | Y coordinate |