Citrine/EN | Manual

[ Code ] whilst: [ Code ]

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