![]() | ![]() | ![]() | make-keyword | ![]() |
| x
| [Function] |
Purpose
Return a keyword symbol as specified by x.
Package :gbbopen-tools
Module :gbbopen-tools
Arguments and values
x | A string, symbol, or character | |
keyword | A keyword symbol |
Returns
The keyword symbol.
Examples
> (make-keyword 'gbbopen) :gbbopen > (make-keyword "GBBOPEN") :gbbopen > (make-keyword #\X) :x >
Note
This function is compiled in-line for top performance.
The GBBopen Project
![]() | ![]() | ![]() | make-keyword | ![]() |