Quick actions

cmd+k|ctrl+k

Navigation

Languages

Untitled

Snippet info

Language

Raku

Visibility

public

Author

fernando-correa

Created

2025-07-11T17:38:40.678372Z

Updated

2025-07-11T17:39:42.641265Z

for lines.rotor: 2 => -1 {
    say .head if .tail ~~ "pattern"
}
INFO