Untitled

Run Settings
LanguageRaku
Language Version
Run Command
class Foo { has $!bar is built = 'default'; submethod TWEAK (:$bar) { $!bar = .uc with $bar } method bar { $!bar; } } put Foo.new.bar; # «default␤» put Foo.new(bar => 'custom').bar; # «CUSTOM␤» put Foo.new(bar => 'default').bar; # «DEFAULT␤»
Editor Settings
Theme
Key bindings
Full width
Lines