PC Logo Wiki
Advertisement

Syntax

SETY ycoordinate

Explanation

SETY moves the turtle vertically to the point specified by the input number. SETY does not affect the turtle's heading or its X coordinate.

See also GETXY, SETX, SETXY, XCOR, and YCOR.

Example

Pc logo 67

This is a SETY command example. Its executes "SETY 30" command.

? SETY 30

?

Advertisement