Hi, I am very new to Ruby as well as your instarepl, but this output seems strange to me.
Here is my test file, test.rb:
string = "hello"
puts string + " help"
print "hm.\n"
Which I expect would output:
hello help
hm.
However this is the output I'm getting

This is a bug right? Print is evaluating before puts