# set\_y y

## Description

Set\_y moves the draw cursor, keeping the x position the same but setting the y position to the value you pass it

## Parameters

Set\_y takes a number as the new x value

## Usage

```javascript
goto 0 0

set_y 50

// now the draw cursor is at 0,50
```
