- :nothing
inspect
print full dump of given value to screen
Parameters
inspect value :any
Attributes
muted | don't use color output |
Returns
Examples
copyinspect 3 ; 3 :integer a: "some text" inspect a ; some text :string
inspect value :any
muted | don't use color output |
copyinspect 3 ; 3 :integer a: "some text" inspect a ; some text :string