Skip to content

Commit

Permalink
Dispel puzzle caused by rakudo REPL bug
Browse files Browse the repository at this point in the history
  • Loading branch information
tisonkun committed Nov 8, 2017
1 parent 0f657e5 commit 74f9310
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/Language/variables.pod6
Expand Up @@ -197,7 +197,11 @@ only depends on the C<$>.
X<|$*>
Dynamic variables are looked up through the caller, not through the outer
scope. For example:
scope. Look at the example below.
I<Note:> So far, if you use rakudo perl6, the example below cannot execute
correctly in REPL. You can try it by copy-pasting it into a file, then
excute the file.

This comment has been minimized.

Copy link
@azawawi

azawawi Nov 8, 2017

Contributor

@W4anD0eR96 excute spelling typo maybe change it to execute or even simply run?

This comment has been minimized.

Copy link
@tisonkun

tisonkun Nov 8, 2017

Author Member

thank you.

=begin code
my $lexical = 1;
Expand Down

1 comment on commit 74f9310

@tisonkun
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

geospeck++

Please sign in to comment.