Skip to content

Commit d01b100

Browse files
committed
Adds «property» refs #728
1 parent 8b1c8d0 commit d01b100

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/Language/glossary.pod6

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,10 @@ X<|POD>
795795
B<P>lain B<O>l' B<D>ocumentation, a documentation format understood by Perl
796796
6. See L<S26|https://design.perl6.org/S26.html> for details.
797797
798+
=head1 property
799+
800+
In this context, it either refers to an L<object property|https://docs.perl6.org/language/objects#index-entry-Property>, which is the value of an instance variable, or an L<Unicode property|https://docs.perl6.org/language/regexes#Unicode_Properties> which are codepoint features that allow programs to identify what kind of entity they represent, that is, if they are a letter, or a number, or something completely different like a control character.
801+
798802
=head1 Pull Request
799803
X<|Pull Request>
800804

0 commit comments

Comments
 (0)