RosettaCodeData/Task/A+B/SNOBOL4/a+b-1.sno
2023-07-01 13:44:08 -04:00

3 lines
54 B
Text

input break(" ") . a " " rem . b
output = a + b
end