DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) SRFI-13 Modification

Info Catalog (guile.info.gz) SRFI-13 Selection (guile.info.gz) SRFI-13 (guile.info.gz) SRFI-13 Comparison
 
 39.11.6 Modification
 --------------------
 
 The procedure `string-fill!' is extended from R5RS because it accepts
 optional start/end indices.  This bindings shadows the procedure of the
 same name in the Guile core.  The second modification procedure
 `string-set!' is documented in the Strings section ( String
 Modification).
 
  -- Scheme Procedure: string-fill! str chr [start end]
      Stores CHR in every element of the given STR and returns an
      unspecified value.
 
Info Catalog (guile.info.gz) SRFI-13 Selection (guile.info.gz) SRFI-13 (guile.info.gz) SRFI-13 Comparison
automatically generated byinfo2html