File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-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: 4 Jul 2013
17
- Version: 275
16
+ Last Modified: 20 Aug 2013
17
+ Version: 276
18
18
19
19
This document summarizes Apocalypse 2, which covers small-scale
20
20
lexical items and typological issues. (These Synopses also contain
@@ -1702,8 +1702,9 @@ variable. An C<of> type is given as a prefix or with the C<of> keyword:
1702
1702
my $spot of Dog;
1703
1703
1704
1704
In either case this sets the C<of> property of the container to C<Dog>.
1705
+ You may not mix these notations; if you do, a compiler error will result.
1705
1706
1706
- An of type C<on> an array or hash specifies the type stored by each element:
1707
+ An C<of> type on an array or hash specifies the type stored by each element:
1707
1708
1708
1709
my Dog @pound; # each element of the array stores a Dog
1709
1710
You can’t perform that action at this time.
0 commit comments