[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Concat



        Reply to:   RE>Concat
concatenate.

(concatenate 'string "Mac" "Common" "Lisp")

-> "Mac Common Lisp"


--------------------------------------
Date: 2/3/1994 12:58 PM
To: Steve Casner
From: Ashish G. Tilwe
Hi,
	I have just started using MCL after having used franz lisp all these
days. There exists a function by the name "concat" in franz lisp and i don't
find a similar function in Mac common lisp.Can anyone enlighten me if there
exists a similar function(maybe with a different name) in mac common lisp.
thank you
tilwe

------------------ RFC822 Header Follows ------------------
Received: by qmgate.arc.nasa.gov with SMTP;3 Feb 1994 12:58:33 -0800
Received: from brazil.cambridge.apple.com (brazil.cambridge.apple.com
[198.112.73.3]) by eos.arc.nasa.gov (8.6.4/8.6.4) with SMTP id MAA03429 for
<casner@eos.arc.nasa.gov>; Thu, 3 Feb 1994 12:56:13 -0800
Received: from ministry.cambridge.apple.com by brazil.cambridge.apple.com with
SMTP (5.64/25-eef)
	id AA29834; Thu, 3 Feb 94 15:41:59 -0500
	for casner@eos.arc.nasa.gov
Received: by cambridge.apple.com (5.64/25-eef)
	id AA08971; Thu, 3 Feb 94 15:51:28 -0500
Received: from brazil.cambridge.apple.com by cambridge.apple.com with SMTP
(5.64/25-eef)
	id AA08967; Thu, 3 Feb 94 15:51:24 -0500
Received: from bit.csc.lsu.edu by brazil.cambridge.apple.com with SMTP
(5.64/25-eef)
	id AA29810; Thu, 3 Feb 94 15:41:08 -0500
	for info-mcl@cambridge.apple.com
Received: by bit.csc.lsu.edu (5.65/DEC-Ultrix/4.3)
	id AA00850; Thu, 3 Feb 1994 14:53:20 -0600
Date: Thu, 3 Feb 1994 14:53:20 -0600
From: tilwe@bit.csc.lsu.edu (Ashish G. Tilwe)
Message-Id: <9402032053.AA00850@bit.csc.lsu.edu>
To: info-mcl@cambridge.apple.com
Subject: Concat