run

Run Settings
LanguageRaku
Language Version
Run Command
my $date; if $*DISTRO.is-win { $date = run "echo", '%date%', :out; } else { $date = run "date", '+"%d-%m-%Y %H:%M"', :out; # dd $date; } say ''; say $date.out.get; my $proc = run 'perl6', '-e', 'say 1 + 2;', :out; print $proc.out.slurp; $proc.out.close;
Editor Settings
Theme
Key bindings
Full width
Lines