Newsgroups: comp.lang.scheme
Path: cantaloupe.srv.cs.cmu.edu!bb3.andrew.cmu.edu!newsfeed.pitt.edu!gatech!newsfeed.internetmci.com!howland.reston.ans.net!nntp.crl.com!pacbell.com!amdahl.com!amd!netcomsv!uu4news.netcom.com!netcomsv!uu3news.netcom.com!ix.netcom.com!netcom.com!mdc
From: mdc@netcom.com (Matthew Cowles)
Subject: Re: Is there a function to convert an Integer into a string in Scheme?
Message-ID: <mdcDLG5Hp.BG4@netcom.com>
Organization: NETCOM
X-Newsreader: TIN [version 1.2 PL1]
References: <4dmnbg$hcc@lynx.unm.edu>
Date: Fri, 19 Jan 1996 21:10:36 GMT
Lines: 12
Sender: mdc@netcom19.netcom.com

Xuechen Liu (xcliu@unm.edu) wrote:

: Does anybody know how to convert an Integer into a string in Scheme?

Dear Xuechen,
The procedure is number->string. You might write:

  (number->string 82)

Regards,
Matt

