in reply to Re^4: Why is const x const not a const?
in thread Why is const x const not a const?
It shows up as const AV in the opcode tree.
You can prove the list is flattened once using
for (1..2) { for ((), 4..8) { say $_++; } }
Update: Added missing parens.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^6: Why is const x const not a const?
by moritz (Cardinal) on Jan 23, 2012 at 19:11 UTC | |
by ikegami (Patriarch) on Jan 23, 2012 at 22:14 UTC | |
by moritz (Cardinal) on Jan 24, 2012 at 06:59 UTC | |
by ikegami (Patriarch) on Jan 24, 2012 at 07:07 UTC | |
Re^6: Why is const x const not a const?
by BrowserUk (Patriarch) on Jan 23, 2012 at 18:43 UTC | |
by ikegami (Patriarch) on Jan 23, 2012 at 18:48 UTC | |
by BrowserUk (Patriarch) on Jan 23, 2012 at 19:31 UTC | |
by ikegami (Patriarch) on Jan 23, 2012 at 22:12 UTC |