string? -- r7rs Definition type-predicate;
Procedure variants:
((string) -> (true))
((any) -> (false))
scheme:base -- (scheme base);scheme -- (scheme);(string? obj)Returns
#tifobjis a string, otherwise returns#f.
The text herein was sourced and adapted as described in the "R7RS attribution of various text snippets" appendix.