---
title: 'Pen, jumps, and travel'
part: 'Part I — First Stitches: the Turtle'
partNumber: 1
order: 4
subtitle: 'up/down, moveto, trim, and push/pop'
---

_Content coming soon._

<Run>{`// Jump to a new position without sewing
repeat 4 [
  repeat 4 [ fd 10 rt 90 ]
  up  moveto (repcount * 12) 0  down
]`}</Run>

<Checkpoint chapterId="ch-4">Chapter content coming soon.</Checkpoint>
