Quick actions

cmd+k|ctrl+k

Navigation

Languages

Given

Snippet info

Language

Raku

Visibility

public

Author

fernando-correa

Created

2022-08-17T15:59:01.823997Z

Updated

2022-08-17T15:59:01.823997Z

given [ 1, 2, 3 ] {
    .append: .self;
    .say
}
INFO