Tweak

Run Settings
LanguageRaku
Language Version
Run Command
use v6; # https://opensource.com/article/18/11/how-make-perl-more-classy class Answer { has Int $.x = 42; submethod TWEAK() { $!x = 666 if $!x == 314; # 100 x pi is also bad } } my $a = Answer.new(x => 123); say $a.x; my $a2 = Answer.new(x => 314); say $a2.x;
Editor Settings
Theme
Key bindings
Full width
Lines