Skip to content

Commit ace447c

Browse files
authored
Documented deprecated operators, as discussed on #raku
1 parent 3e64dfc commit ace447c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Language/operators.rakudoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2684,6 +2684,10 @@ C«!(>=)».
26842684
say 4 !(>=) (1,2,3); # OUTPUT: «True␤»
26852685
=end code
26862686

2687+
=head2 infix C«≼», infix C«≽»
2688+
2689+
Deprecated. These were removed in v6.d, please use ⊆ and ⊇ operators instead.
2690+
26872691
=head1 Tight AND precedence
26882692

26892693
=head2 infix C«&&»

0 commit comments

Comments
 (0)