[ Task ] while: [ Task ]

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