-
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
$, in list interpreted as '$,' variable rather than bare sigil $ + comma #3144
Comments
From @labster[1:09pm] labster: r: my ($a, $c); ( |
From @FROGGSFixed: Closable with test. |
The RT System itself - Status changed from 'new' to 'open' |
From @labsterWell, almost fixed. The spec says:
It results in the message:
|
From @cokeOn Thu May 23 14:54:13 2013, labster wrote:
Lack of test has allowed behavior to revert to original quoted on ticket: 19:44 < [Coke]> r: my $a; my $c; ( |
1 similar comment
From @cokeOn Thu May 23 14:54:13 2013, labster wrote:
Lack of test has allowed behavior to revert to original quoted on ticket: 19:44 < [Coke]> r: my $a; my $c; ( |
From @usev6This works now: $ perl6-m -e 'my ($a, $c); ($a, $ , $c) = 1..3; say $a; say $c' Also, S02 was modified recently (Raku/old-design-docs@aadf058) and the new version explicitly allows the use of "( I added a test to S03-operators/assign.t with the following commit: Raku/roast@82b0065586 |
1 similar comment
From @usev6This works now: $ perl6-m -e 'my ($a, $c); ($a, $ , $c) = 1..3; say $a; say $c' Also, S02 was modified recently (Raku/old-design-docs@aadf058) and the new version explicitly allows the use of "( I added a test to S03-operators/assign.t with the following commit: Raku/roast@82b0065586 |
@usev6 - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#118075 (status was 'resolved')
Searchable as RT118075$
The text was updated successfully, but these errors were encountered: