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

1 line
41 B
Text

forever [x: load input print x/1 + x/2]