in reply to Re: Interesting Use for "state" Variables
in thread Interesting Use for "state" Variables
(tested with rakudo, it works)for @x.kv -> $index, $value { say $index, ' ', $value }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Interesting Use for "state" Variables
by BrowserUk (Patriarch) on Mar 10, 2009 at 03:46 UTC |