<-Back

Function: Make-Keyword

MAKE-KEYWORD keyword symbol

Converts given strings to a keyword. If any of the given arguments is not a string, it will be converted to one with (format nil "~a" string).

arguments:
strings &rest Strings

<-Back