inspect output (anything)
Displays the information you specify as an inspected string inside the output pane. This can be a number, symbol, or a string itself.
Introduced in v2.8
print "hello there"
#=> will print the string "hello there" to the output pane with quotes
print 5
#=> will print the number 5 to the output pane
print :foo
#=> will print the :foo to the output pane