Skip to content

Commit 75ebc53

Browse files
authored
add ling to /type/Variable#trait_is_dynamic
1 parent 2a27778 commit 75ebc53

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Language/variables.rakudoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,12 @@ my $*FOO = 'bar';
300300
say foo; # OUTPUT: «bar␤»
301301
=end code
302302

303+
See also L<trait is dynamic|/type/Variable#trait_is_dynamic>.
304+
303305
Dynamic variables can have lexical scope when declared with C<my> or package
304306
scope when declared with C<our>. Dynamic resolution and resolution through
305307
symbol tables introduced with C<our> are two orthogonal issues.
306308

307-
308309
X<|Syntax,$?>X<|Syntax,?>X<|Syntax,$?>X<|Syntax,@?>X<|Syntax,%?>X<|Syntax,&?>
309310
=head2 The C<?> twigil
310311

0 commit comments

Comments
 (0)