[ Code ] while: [ Code ]

☞ x ≔ 0.
{ x add: 1. } while: { ↲ (x < 6). }.
✎ write: x, stop.
6