Untitled

Run Settings
LanguageRaku
Language Version
Run Command
class Point {} class Cuboid { has Point $.x; has Point $.y; has Point $.z; method volume { self.x.length * self.y.length * self.z.length } method overlaps(Cuboid $other --> Bool) { False } } say Cuboid.new.overlaps: Cuboid.new
Editor Settings
Theme
Key bindings
Full width
Lines