Next Previous Up Top Contents Index

12 The LISPWORKS Package

string-append

Function

Summary

Constructs a single string from a number of strings.
Package

lispworks

Signature

string-append &rest strings => string

Arguments

strings

Any number of strings.

Values

string

A string.

Description

Thestring-append function takes any number of strings and constructs a single string from them. Each of the elements of the strings argument are first coerced into a string using thestring function if they are not already a string.

LispWorks Reference Manual - 15 Oct 1998

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker