Re: Operator sleuthing...

2009-01-27 Thread Larry Wall
On Thu, Jan 15, 2009 at 10:52:55PM -0800, Mark Lentczner wrote: I'm re-working my Periodic Table of the Operators chart to be up-to- date. I did the first major pass based on S03-operators. However, the last few days I've been plowing through STD.pm and have discovered that there some

Operator sleuthing...

2009-01-15 Thread Mark Lentczner
I'm re-working my Periodic Table of the Operators chart to be up-to- date. I did the first major pass based on S03-operators. However, the last few days I've been plowing through STD.pm and have discovered that there some differences. Since STD.pm is considered more up to date, I'll be

Re: Operator sleuthing...

2009-01-15 Thread Jon Lang
Mark Lentczner wrote: STD has sym; as both an infix operator ( -- Sequencer), and as a terminator. ?? Which is it? Since I think most people think of it as a statement terminator, I plan on leaving it off the chart. It is both. Examples where it is used as an infix operator include: loop