Skip to content

Commit e598e20

Browse files
committed
*Really* adds link
1 parent 1945742 commit e598e20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/Language/structures.pod6

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,8 @@ this particular role is mixed in; in this case it will contain the hash it is
284284
mixed in with; it will contain something else (and possibly work some other way)
285285
in other case. This role will provide the C<last> method to any variable it's
286286
mixed with, providing new, attachable, functionalities to I<regular> variables.
287+
Roles can even be L<added to existing variables using the C<does>
288+
keyword|/language/objects#Mixins_of_Roles>.
287289
288290
L<Subsets|/language/typesystem#subset> can also be used to constrain the
289291
possible values a variable might hold; they are Perl 6 attempt at

0 commit comments

Comments
 (0)