6 lines
102 B
Text
6 lines
102 B
Text
begin
|
|
comment A+B;
|
|
integer a,b;
|
|
ininteger(0,a); ininteger(0,b);
|
|
outinteger(1,a+b)
|
|
end
|