```fun moveX(unit: Int) = Position(x+unit, y)``` s...
# getting-started
e
Copy code
fun moveX(unit: Int) = Position(x+unit, y)
since move right is just move left with a negative
x
value