symbol?

checks if given value is of type :symbol


Parameters

symbol? value :any

Returns

  • :logical

Examples

copy
symbol? first [+ x] ; => true

Related