nat i = 0; while (i < 10) { print(i as str); i = i + 1; }