[ Compito ] mentre: [ Compito ]

var x := 0.
{ x inserisci: 1. } mentre: { <- (x < 6). }.
Stdout scrivi: x, stop.
6