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 06b079b commit aae50f7Copy full SHA for aae50f7
doc/Language/variables.pod6
@@ -6,7 +6,7 @@
6
7
Variable names can start with or without a special character called a I<sigil>, followed
8
optionally by a second special character named I<twigil> and then an
9
-I<identifier>. Variables are symbolic names for values or
+L<identifier|/language/syntax#Identifiers>. Variables are symbolic names for values or
10
L<containers|/language/containers>. Variable declarations or assignment of
11
values may create a container on the fly.
12
0 commit comments