Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add is for container type to index
  • Loading branch information
gfldex committed Jun 15, 2016
1 parent 0ba409e commit 0e7dd37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Language/variables.pod
Expand Up @@ -29,6 +29,7 @@ Examples:
my @array = 1, 2, 3; # Array variable with three elements
my %hash = London => 'UK', Berlin => 'Germany';
X<|is (container type)>
The default type can be set with C<is>.
class FailHash is Hash {
Expand Down

0 comments on commit 0e7dd37

Please sign in to comment.