[previous] [up] [next]     [contents] [index]
Next: Symbols Up: Basic Data Extensions Previous: Characters

Strings

With a string is created with make-string without a fill value, it is initialized with the null character (#\nul) in all positions.

The string comparison procedures -- string=?, string-ci=?, etc. -- take one or more string arguments and check the arguments pairwise (like the numerical comparison procedures).



PLT