| www.delorie.com/gnu/docs/guile/guile_196.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The procedure string-append appends several strings together to
form a longer result string.
(let ((h "hello ")) (string-append h "world")) => "hello world" |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |