Untitled

 avatar
unknown
plain_text
6 months ago
207 B
16
Indexable
sub repl(Str() $msg = '', *%_) {
    say $msg;
    my $repl := REPL.new(nqp::getcomp("Raku"), %_, True);
    nqp::bindattr($repl,REPL,'$!save_ctx',nqp::ctxcaller(nqp::ctx));
    $repl.repl-loop(:no-exit);
}
Editor is loading...
Leave a Comment