On 2019-11-23 04:19, Elizabeth Mattijsen wrote:
for lines.rotor(3) -> ($,$,$third) { dd $third }

$ p6 ' my @x=<a b c D E F h i j>; for @x.rotor(3) -> ($,$,$third) { dd $third };'
"c"
"F"
"j"

Reply via email to