Re: Cola update

2002-03-21 Thread David M. Lloyd
On Thu, 21 Mar 2002, Melvin Smith wrote: > Ahhh, those simpler days > > Hmm you have just given me an evil idea... I must have had the same idea in the same instant. :-) - D <[EMAIL PROTECTED]>

Re: Cola update

2002-03-21 Thread Melvin Smith
1 cc: AM Subject: Re:

Re: Cola update

2002-03-21 Thread Dan Sugalski
At 5:15 AM -0500 3/21/02, Melvin Smith wrote: >Well you can now write neato string code with Parrot with standard >array notation. I mapped it onto the substr w/replace op. > >// copy a string >int i = 0; >while(str[i] != "") >newstr[i] = str[i++]; Shares of Atari Basic... Cool. ;) --