string-for-each[procedure] string-for-each proc string1 string2 ...
R6RS: Applies proc to each set of i-th characters in the
given strings. The strings must have the same length.
[procedure] string-for-each proc s [start end]
SRFI-13
See also string-map, string-for-each-index, string-fold
|