[ Task ] while: [ Task ]

var x := 0.
{ x add: 1. } while: { <- (x < 6). }.
Pen write: x, stop.
6