File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Synopsis 2: Bits and Pieces
13
13
14
14
Created: 10 Aug 2004
15
15
16
- Last Modified: 2 Oct 2013
17
- Version: 278
16
+ Last Modified: 28 Dec 2013
17
+ Version: 279
18
18
19
19
This document summarizes Apocalypse 2, which covers small-scale
20
20
lexical items and typological issues. (These Synopses also contain
@@ -507,7 +507,7 @@ C<Nil.gist> return C<'Nil'>. C<Nil.Stringy> and C<Nil.Str> throw a resumable wa
507
507
that returns a value of C<''> on resumption. C<Nil.Numeric> likewise throws
508
508
a resumable warning that returns 0 on resumption. Any undefined method call
509
509
on C<Nil> returns C<Nil>, so that C<Nil> propagates down method
510
- call chains.
510
+ call chains. Likewise any subscripting operation on C<Nil> returns C<Nil>.
511
511
512
512
Assigning C<Nil> to any scalar container causes the container to
513
513
throw out any contents and restore itself to an uninitialized state
You can’t perform that action at this time.
0 commit comments