iend              832 src/string.c       int istart, iend;
iend              844 src/string.c           iend = SCM_STRING_BODY_LENGTH(xb);
iend              848 src/string.c           iend = SCM_INT_VALUE(end);
iend              850 src/string.c       return substring(xb, istart, iend);