8.16.0.4
4.3 Keywords
Returns #true, if v is a keyword; #false, otherwise.
Returns #true, if kw1 and kw2 are in lexicographically-increasing order; #false, otherwise.
procedure
(keyword→text kw) → text?
kw : keyword?
Returns a text value whose character content is the keyword name.
procedure
(text→keyword txt) → keyword?
txt : text?
Returns a keyword whose name is the character content of txt.