Display inspected information in the output pane

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

Examples

# Example 1

print "hello there"



#=> will print the string "hello there" to the output pane with quotes



# Example 2

print 5              



#=> will print the number 5 to the output pane



# Example 3

print :foo           



#=> will print the :foo to the output pane