We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb19c56 commit 1cdd59eCopy full SHA for 1cdd59e
doc/Language/routines.pod6
@@ -80,10 +80,9 @@ Defined as:
80
multi sub undefine(Array \x)
81
multi sub undefine(Hash \x)
82
83
-B<DEPRECATED> in 6.d language version and will be removed in 6.e. For
84
-L<Array> and L<Hash>, equivallent to assigning L<Empty>; for everything else,
85
-equivalent to assigning L<Nil>. This routine is deprecated and you should use
86
-L<Empty>/L<Nil> directly, instead.
+B<DEPRECATED> in 6.d language version and will be removed in 6.e. For L<Array>
+and L<Hash>, it will become equivalent to assigning L<Empty>; for everything
+else, equivalent to assigning L<Nil>, whose use is advised.
87
88
=end pod
89
0 commit comments