RosettaCodeData/Task/A+B/Icon/a+b.icon
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

8 lines
246 B
Text

procedure main()
numChars := '-'++&digits
read() ? {
A := (tab(upto(numChars)), integer(tab(many(numChars))))
B := (tab(upto(numChars)), integer(tab(many(numChars))))
}
write((\A + \B) | "Bad input")
end