RosettaCodeData/Task/A+B/Liberty-BASIC/a+b.basic
2023-07-01 13:44:08 -04:00

2 lines
53 B
Text

input, n$
print eval(word$(n$,1);" + ";word$(n$,2))