---
title: 'Part III capstone: The Parametric Mandala Kit'
part: 'Part III — The Language'
partNumber: 3
order: 10
subtitle: 'Three motif procedures, four sliders, one composition'
---

_Content coming soon._

<Run>{`// Placeholder — parametric mandala capstone
let petals = 8  // [3:16]
let radius = 20  // [10:40]
repeat petals [
  fd radius  bk radius
  rt (360 / petals)
]`}</Run>

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