A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/lw71/LW/html/lw-829.htm below:

string-append*

Description

The function string-append* takes a list of string designators and constructs a single string from them.

Each of the elements of the strings argument is first coerced into a string using the function string if it is not already a string.

string is a string of the "widest" type amongst strings. That is, the constructed string is of the same type as the string with the largest element type amongst those supplied in the argument.

Example
(readtable-case *readtable*)
=> 
:UPCASE
 
(string-append* '("foo" bar))
=> 
"fooBAR"
 
(type-of 
 (string-append*
  (list (coerce "A" 'simple-base-string)
        (coerce "A" 'simple-text-string)
        )))
=> 
SIMPLE-TEXT-STRING

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4