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

2 lines
53 B
Text

input, x$
print val(word$(x$,1)) + val(word$(x$,2))