Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[mmd] number of type checks is implementation dependent
  • Loading branch information
moritz committed Apr 23, 2010
1 parent c8aefbb commit 39769b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/multi-dispatch.pod
Expand Up @@ -140,7 +140,8 @@ this to count how often a type check occurs:
a(3);
say $counter; # says B<0>
a('str');
say $counter; # says B<2>
say $counter; # says 1 or a higher number,
# implementation dependent

=end programlisting

Expand Down

0 comments on commit 39769b6

Please sign in to comment.