(representable-sym-str? st)
  st: a str
  returns a bool
F

Returns #t if its argument would be a valid, representable symbol.

A symbol is non-representable if, when printed, the resulting text would be parsed as a number or abbreviation. For example, (sym "100") will return a non-representable symbol.

See also: sym, unparse

valid-sym-str?
parse