[Tutor] Re: Capitalization what does it do exactly
Sean 'Shaleh' Perry
shalehperry@attbi.com
Thu Nov 7 00:37:02 2002
On Wednesday 06 November 2002 16:52, Danny Yoo wrote:
>
> This is a really simple function, perhaps too simple. (It's adapted fr=
om
> an example in the excellent book "Simply Scheme").
>
> Are there any improvements we can make to something like this to make i=
t
> better or cleaner?
>
I would like to see this take a string rather than a list. Of course tha=
t=20
just requires a split() call (-: