cfunction (string/reverse str) Returns a string that is the reversed version of str.
(string/reverse "hello") # => "olleh"