move

fun move(delta: Int): Boolean(source)

Moves the current positions delta positions.

move(-1) to go one position back in history.

move(1) to go one position forward.

Return

Whether we actually moved. If the requested value is illegal it will return false, true otherwise.

Parameters

delta