-
Notifications
You must be signed in to change notification settings - Fork 1
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
Can't declare and list-bind in Rakudo #2354
Comments
From @masak<masak> rakudo: my %info = x => 1, y => 2; my ($x, $y) := %info; say |
From @timo< benabik> r: my @list = 1..4; my (@even, @odd); :(:@even, :@odd) := Although the exact way to do this has changed since this ticket was Added a test to roast in 817476a. (t/spec/S02-names-vars/signature.t) |
The RT System itself - Status changed from 'new' to 'open' |
@timo - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#83512 (status was 'resolved')
Searchable as RT83512$
The text was updated successfully, but these errors were encountered: