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 78c92fc commit 65d800bCopy full SHA for 65d800b
doc/Type/Nil.pod6
@@ -36,7 +36,7 @@ that use a bare C<return> statement.
36
In a list, C<Nil> takes the space of one value. Iterating a C<Nil>
37
behaves like iteration of any non-iterable value, producing a sequence
38
of one C<Nil>. (When you need the other meaning, the special value
39
-C<Empty|/type/Slip#Empty> is available to take no spaces when inserted into
+L<Empty|/type/Slip#Empty> is available to take no spaces when inserted into
40
list, and to return no values when iterated.)
41
42
(1, Nil, 3).elems.say; # 3
0 commit comments