Re: [CVS ci] slices 1 - 6

2004-06-18 Thread Leopold Toetsch
Michael Fischer <[EMAIL PROTECTED]> wrote: > On Jun 18, Leopold Toetsch <[EMAIL PROTECTED]> took up a keyboard and banged out >> Piter = slice Pagg[ 1 .. 4, 7, 10 .. ] >> >> (The space between a number and ".." is needed, the lexer would parse >> "1." as a float - workarounds welcome) > if th

Re: [CVS ci] slices 1 - 6

2004-06-18 Thread Michael Fischer
On Jun 18, Leopold Toetsch <[EMAIL PROTECTED]> took up a keyboard and banged out > Slice iterators for arrays[1] and PerlStrings are working now. > > 1) create a slice iterator > > Piter = slice Pagg[ 1 .. 4, 7, 10 .. ] > > (The space between a number and ".." is needed, the lexer would par