dictionary?

checks if given value is of type :dictionary


Parameters

dictionary? value :any

Returns

  • :logical

Examples

copy
print dictionary? #[name: "John"] ; true print dictionary? 123 ; false

Related