5051525354555657585960
context.ip = next; } else { int stepDistance = (distance > 0) ? 1 : -1; try { turtle.jump(stepDistance); countdown.value_$eq(countdown.value() - stepDistance); } catch (AgentException e) { context.ip = next; } } }