What is the difference between the following?
(require "asdf") ; String. (require \'asdf) ; Symbol. (require :asdf) ; Keyword.