Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

whatever slice and :delete do not mix #173

Open
colomon opened this issue May 13, 2013 · 0 comments
Open

whatever slice and :delete do not mix #173

colomon opened this issue May 13, 2013 · 0 comments

Comments

@colomon
Copy link
Collaborator

colomon commented May 13, 2013

colomon: rn: my %a= (a => 1, b => 2); say %a{} :delete
[4:15pm] camelia: niecza v24-50-gba63d9a: OUTPUT«(Any)␤»
[4:15pm] camelia: ..rakudo 2a04f2: OUTPUT«1 2␤»
[4:15pm] lizmat: niecza seems wrong here
[4:15pm] colomon: rn: my %a= (a => 1, b => 2); say %a{'a'} :delete
[4:15pm] camelia: rakudo 2a04f2, niecza v24-50-gba63d9a: OUTPUT«1␤»
[4:16pm] colomon: rn: my %a= (a => 1, b => 2); say %a{
}
[4:16pm] camelia: rakudo 2a04f2, niecza v24-50-gba63d9a: OUTPUT«1 2␤»

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant