lama_byterun/regression/test103.lama

9 lines
71 B
Text
Raw Normal View History

local x;
2020-02-13 18:56:27 +03:00
repeat
local n = read ();
x := n
until n > 0;
write (x)