lama_byterun/regression/test103.lama

8 lines
67 B
Text

var x;
do
var n = read ();
x := n
while n <= 0 od;
write (x)