Skip to content

Commit

Permalink
Links the other section on TWEAK
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jun 3, 2018
1 parent 9b7993b commit 5d32afa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/Language/classtut.pod6
Expand Up @@ -118,7 +118,9 @@ say Str-with-ID.new(string => 'Second').ID; # OUTPUT: «1»
In this case, we need to compute C<$.ID> from the value of a counter that is a
class variable, C<$.counter>, thus we simply assign a value to it and increment
the counter at the same time.
the counter at the same time. Please check also
L<this section on C<TWEAK> in the OO document|/language/objects#index-entry-TWEAK>
for the mechanics of object construction.
=head1 Starting with class
Expand Down

0 comments on commit 5d32afa

Please sign in to comment.