Previous: Keyword Read Syntax, Up: Keywords
Return #t if the argument obj is a keyword, else #f.
#t
#f
Return the symbol with the same name as keyword.
Return the keyword with the same name as symbol.
Equivalent to scm_is_true (scm_keyword_p (obj)).
scm_is_true (scm_keyword_p (
))
Equivalent to scm_symbol_to_keyword (scm_from_locale_symbol (str)) and scm_symbol_to_keyword (scm_from_locale_symboln (str, len)), respectively.
scm_symbol_to_keyword (scm_from_locale_symbol (
scm_symbol_to_keyword (scm_from_locale_symboln (
,