RosettaCodeData/Task/A+B/BaCon/a+b.bacon
2023-07-01 13:44:08 -04:00

3 lines
61 B
Text

' A+B
INPUT d$
PRINT VAL(TOKEN$(d$, 1)) + VAL(TOKEN$(d$, 2))