---
title: 'Moving and sewing'
part: 'Part I — First Stitches: the Turtle'
partNumber: 1
order: 2
subtitle: 'fd, bk, setxy, and the negative-literal trap'
---

_Content coming soon._

<Run>{`// Move to an absolute position and back
setxy 20 20
setxy -20 20
setxy -20 -20
setxy 20 -20
setxy 20 20`}</Run>

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