From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

- &color_1 red # first
- x: *color_1
y: *color_1
- &color_2 green
- x: *color_2
y: *color_2
- { color: &color_3 blue, x: *color_3, y: *color_3}