Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
add reserved method names to index
  • Loading branch information
gfldex committed Jun 29, 2016
1 parent 625fdb7 commit a493a4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/Language/typesystem.pod
Expand Up @@ -20,6 +20,7 @@ TODO
=head4 Reserved Method Names
X<|WHAT (reserved method)>X<|WHO (reserved method)>X<|HOW (reserved method)>X<|VAR (reserved method)>
Some build in introspection methods are actually special syntax provided by the
compiler, namely C<WHAT>, C<WHO>, C<HOW> and C<VAR>. Declaring methods with
those names will silently fail. A dynamic call will work, what allows to call
Expand Down

0 comments on commit a493a4b

Please sign in to comment.