inspect

print full dump of given value to screen


Parameters

inspect value :any

Attributes

muteddon't use color output

Returns

  • :nothing

Examples

copy
inspect 3 ; 3 :integer a: "some text" inspect a ; some text :string

Related