We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041c159 commit 1be171cCopy full SHA for 1be171c
doc/Language/terms.pod6
@@ -174,7 +174,9 @@ Variables are discussed in the L<variable language docs |/language/variables>.
174
=head1 Constants
175
176
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.
+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.
180
181
constant SpeedOfLight = 299792458; # m/s
182
constant PHI = 1.61803398875; # The golden ratio is everywhere!
0 commit comments