DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(guile.info.gz) Appending Strings

Info Catalog (guile.info.gz) Alphabetic Case Mapping (guile.info.gz) Strings
 
 21.4.10 Appending Strings
 -------------------------
 
 The procedure `string-append' appends several strings together to form
 a longer result string.
 
  -- Scheme Procedure: string-append . args
  -- C Function: scm_string_append (args)
      Return a newly allocated string whose characters form the
      concatenation of the given strings, ARGS.
 
           (let ((h "hello "))
             (string-append h "world"))
           => "hello world"
 
Info Catalog (guile.info.gz) Alphabetic Case Mapping (guile.info.gz) Strings
automatically generated byinfo2html