turtle_set_y
Set turtle y coordinate, draw if pen is down
turtle_set_y(
y
)
Set turtle y coordinate, draw if pen is down
Syntaxe
turtle_set_y(y=100);
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
y | yes | - | Y coordinate |
turtle_set_y(
y
)
Set turtle y coordinate, draw if pen is down
turtle_set_y(y=100);
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
y | yes | - | Y coordinate |