Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> Hi Allen!
> 
> Quoting [EMAIL PROTECTED] ([EMAIL PROTECTED]):
> > To shave off another couple of bytes, (the new line is 3 characters shorter)
> > 
> > change...
> > str: head insert str either odd? pos ["."]["-"]
> > 
> > to this...
> > str: head insert str pick ["." "-"] odd? pos
> 
> Still better...
>   str: head insert str pick ".-" odd? pos

And some more... :)
    insert str pick ".-" odd? pos


Yeah, no head or assignment needed :)


-- 
Jussi Hagman                                     CS in Åbo Akademi University
Studentbyn 4 D 33                                [EMAIL PROTECTED]
20540 Åbo                                        [EMAIL PROTECTED]
Finland

Reply via email to