Skip to content

Commit

Permalink
Merge pull request #73 from Altai-man/patch-1
Browse files Browse the repository at this point in the history
Use modern HLL name
  • Loading branch information
azawawi committed Feb 8, 2020
2 parents bb83993 + 765772a commit b92752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/test_repl.pl
Expand Up @@ -3,7 +3,7 @@
use IO::Capture::Simple; use IO::Capture::Simple;


my $save_ctx; my $save_ctx;
my $comp = nqp::getcomp('perl6'); my $comp = nqp::getcomp('Raku') || nqp::getcomp('perl6');
while 1 while 1
{ {
my $code = prompt("> "); my $code = prompt("> ");
Expand Down

0 comments on commit b92752e

Please sign in to comment.