(keyword? x)
Return true if x is a Keyword
<pre>user=> (keyword? x)\r false\r user=> (keyword? :x)\r true\r user=> (keyword? true)\r false</pre>