(symbol? x)
Return true if x is a Symbol
user=> (symbol? 'a) true user=> (symbol? 1) false user=> (symbol? :a) false