- :logical
dictionary?
checks if given value is of type :dictionary
Parameters
dictionary? value :any
Returns
Examples
copyprint dictionary? #[name: "John"] ; true print dictionary? 123 ; false
dictionary? value :any
copyprint dictionary? #[name: "John"] ; true print dictionary? 123 ; false