You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Language/objects.pod6
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ another class.
143
143
=head2Attributes
144
144
X<|Attribute>X<|Property>X<|Member>X<|Slot>
145
145
146
-
Attributes are variables that exist per instance of a class. They are where
146
+
Attributes are variables that exist per instance of a class; when instantiated to a value, the association between the variable and its value is called a property. They are where
147
147
the state of an object is stored. In Perl 6, all attributes are I<private>,
148
148
that means they can be accessed directly only by the class instance itself.
149
149
They are typically declared using the C<has> declarator and the C<!> twigil.
0 commit comments