lama_byterun/regression/test103.expr

8 lines
71 B
Text

local x;
repeat
local n = read ();
x := n
until n > 0;
write (x)