(symbol-starts-with? symbol integer) -> boolean
Returns true if the symbol starts with the given character, otherwise false.
Example:
>>(symbol-starts-with? (make-symbol "%") 37) :: #t