-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels