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]>
1 cc:
AM Subject: Re:
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. ;)
--