lama_byterun/regression/test023.expr

9 lines
68 B
Text
Raw Normal View History

2018-03-20 20:30:58 +03:00
s := 0;
repeat
read (n);
s := s + n
until n == 0;
write (s)