STRING
======
syntax: (string <argument>)
This function produces a string with the characters
of the argument. Symbols, strings and characters can
be used as arguments.
example: >(string "this is a string")
"this is a string"
>(string 'ab)
"AB"