Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
It's no longer true that variables aren't preserved in the REPL.
  • Loading branch information
pmichaud committed Jul 20, 2010
1 parent a174b35 commit a366001
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/preface.pod
Expand Up @@ -89,9 +89,7 @@ Did the lexical fix get merged?

If you invoke the Rakudo compiler without an explicit script to run, it enters
a small interactive mode that allows Perl 6 statements to be executed from the
command line. Each line entered is treated as a separate compilation unit,
however (which means that subroutines are preserved after they are defined, but
variables are not).
command line.

=head1 Getting involved

Expand Down

0 comments on commit a366001

Please sign in to comment.