- :nothing
inspect
print detailed structure and type information of given value
Parameters
inspect value :any
Attributes
| muted | don't use color output | |
| compact | omit type annotations and key alignment | |
| index | show [i] index prefix for block items |
Returns
Examples
copyinspect 3 ; 3 :integer a: "some text" inspect a ; some text :string