Skip to content

Commit 1be171c

Browse files
committed
more linking to identifier
1 parent 041c159 commit 1be171c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/Language/terms.pod6

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,9 @@ Variables are discussed in the L<variable language docs |/language/variables>.
174174
=head1 Constants
175175
176176
X<|constant (Terms)>
177-
Constants are declared with C<constant> and do not require a sigil. The RHS is evaluated at compile time, what may be too early to make sense.
177+
Constants are declared with C<constant>, followed by an
178+
L<identifier|/language/syntax#Identifiers> and do not require a sigil. The RHS
179+
is evaluated at compile time, what may be too early to make sense.
178180
179181
constant SpeedOfLight = 299792458; # m/s
180182
constant PHI = 1.61803398875; # The golden ratio is everywhere!

0 commit comments

Comments
 (0)