Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[S02] change a heading
the described behavior really depends on the type, not on the container type
(that is, @A = 1, 2, 3 and $a = [1, 2, 3] stringify the same way)
  • Loading branch information
moritz committed Apr 9, 2012
1 parent 30713e3 commit 80afe38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions S02-bits.pod
Expand Up @@ -14,7 +14,7 @@ Synopsis 2: Bits and Pieces
Created: 10 Aug 2004

Last Modified: 09 Apr 2012
Version: 254
Version: 255

This document summarizes Apocalypse 2, which covers small-scale
lexical items and typological issues. (These Synopses also contain
Expand Down Expand Up @@ -1969,9 +1969,9 @@ formerly known as scalar context, but we now reserve the "scalar"
notion for talking about variables rather than contexts, much as
arrays are disassociated from list context.)

=head2 Container stringification
=head2 List stringification

In string contexts, container objects automatically stringify to
In string contexts, lists and list-like objects automatically stringify to
appropriate (white-space separated) string values. In numeric
contexts, the number of elements in the container is returned.
In boolean contexts, a true value is returned if and only if there
Expand Down

0 comments on commit 80afe38

Please sign in to comment.