Skip to content

Commit aae50f7

Browse files
committed
link to identifier
1 parent 06b079b commit aae50f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/variables.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Variable names can start with or without a special character called a I<sigil>, followed
88
optionally by a second special character named I<twigil> and then an
9-
I<identifier>. Variables are symbolic names for values or
9+
L<identifier|/language/syntax#Identifiers>. Variables are symbolic names for values or
1010
L<containers|/language/containers>. Variable declarations or assignment of
1111
values may create a container on the fly.
1212

0 commit comments

Comments
 (0)