DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(guile.info.gz) SRFI-13 Constructors

Info Catalog (guile.info.gz) SRFI-13 Predicates (guile.info.gz) SRFI-13 (guile.info.gz) SRFI-13 List/String Conversion
 
 39.11.3 Constructors
 --------------------
 
 SRFI-13 defines several procedures for constructing new strings.  In
 addition to `make-string' and `string' (available in the Guile core
 library), the procedure `string-tabulate' does exist.
 
  -- Scheme Procedure: string-tabulate proc len
      PROC is an integer->char procedure.  Construct a string of size
      LEN by applying PROC to each index to produce the corresponding
      string element.  The order in which PROC is applied to the indices
      is not specified.
 
Info Catalog (guile.info.gz) SRFI-13 Predicates (guile.info.gz) SRFI-13 (guile.info.gz) SRFI-13 List/String Conversion
automatically generated byinfo2html