---
title: 'Two dialects and call syntax'
part: 'Part III — The Language'
partNumber: 3
order: 5
subtitle: 'Classic Logo-style vs modern parenthesized calls'
---

_Content coming soon._

<Run>{`// Both dialects produce identical output
// Classic style:
repeat 4 [ fd 20 rt 90 ]
// Modern style (same result):
// repeat(4) [ fd(20) rt(90) ]`}</Run>

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