str_a = 'foo' \ 'bar' str_b = 'baz' + 'bab' puts str_aputs str_b
Standard input is empty
foobar bazbab
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!