Skip to content

Commit b28c487

Browse files
committed
Remove reference to old RT
The example works, the RT is closed, the note does nothing. Fixes #623
1 parent c18f617 commit b28c487

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/Language/operators.pod6

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,6 @@ autovivified if possible.
174174
$a min= 5; # still 3
175175
$a min= 2; # 2
176176
177-
Z<blocked by #63642 my @a = 1,2; @a ,= 3,4;>
178-
179177
This behavior is automatically extended to include custom-defined infix operators.
180178
181179
sub infix:<space-concat> ($a, $b) { $a ~ " " ~ $b };

0 commit comments

Comments
 (0)