turtle_pos

Function turtle_pos 

Source
pub fn turtle_pos(x: i32, y: i32, z: i32)
Expand description

Set the position of the turtle. This will call turtle_x, turtle_y and turtle_z, so it is more efficient to call those individually if you do not need to change all 3 coordinates.