File | Code |
---|---|
#L0 |
Created
October 6, 2024 12:20
-
-
Save Whateverable/2f4afdcaf9f68bafecd9f1b00ed81ddc to your computer and use it in GitHub Desktop.
coverable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024.08 grep=. my @a = 1,2,3; my @b := @a.clone; @b[$_] := @a[$_] for @a.keys; @b[1] = 42; dd :@a, :@b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
¦e390ae09e880c3d9a38373fed883bfaacc8e63ab: «:a([1, 42, 3]) | |
:b([1, 42, 3]) | |
» |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment