Re: implementing every(N)

2013-01-07 Thread Carl Mäsak
Ted (>): > Are state variables available now, or is the every(N) functionality > possible in some other way now? Why not try it by writing a small program? :) Rakudo is available at a discount right now -- download it before it's too late! -- and the syntax for state variables is the same as it's

Re: implementing every(N)

2013-01-07 Thread Ted Zlatanov
On Fri, 30 Jul 2010 12:56:37 -0500 Ted Zlatanov wrote: TZ> On Fri, 30 Jul 2010 12:19:16 -0500 "Patrick R. Michaud" wrote: PRM> I suspect something like CALLER::<$?FILE> and CALLER::<$?LINE> might PRM> eventually do what you want -- they would at least get to a unique PRM> line within the ca