4 lines
132 B
Text
4 lines
132 B
Text
input(.input,5,,'input.txt')
|
|
output(.output,6,,'output.txt')
|
|
while output = input :s(while)
|
|
end
|