"@expand(@MOAR@)@" @expand(@runner_opts@)@ -e @q( say "=" x 96; say "This is Rakudo running in the @uc(@toolschain@)@ debugger, which often allows the user to generate useful back-\ntraces to debug or report issues in Rakudo, the MoarVM backend or the currently running code.\n"; unless $*VM.config { say "The currently used MoarVM backend is not compiled with debugging symbols, you might want to\nreconfigure and reinstall MoarVM with --debug enabled.\n" } say "This Rakudo version is $*RAKU.compiler.version() built on MoarVM version $*VM.version(),"; say "running on $*DISTRO.gist() / $*KERNEL.gist()\n"; say "Type `bt full` to generate a backtrace if applicable, type `q` to quit or `help` for help."; say "-" x 96; )@