Untitled
unknown
plain_text
a year ago
207 B
24
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