Untitled

Run Settings
LanguageRaku
Language Version
Run Command
use Test; use Bla; my-class BBB { has $.a; } isa-ok BBB.^attributes.head, MyAttr; isa-ok BBB.new.a, XXX; ok BBB.new.a.is-xxx;
class XXX { method is-xxx { True } } class MyAttr is Attribute { method container_initializer(|c) { -> { XXX } } } my package EXPORTHOW { package DECLARE { constant my-class = Metamodel::ClassHOW; constant my-class-attr = MyAttr; } }
Editor Settings
Theme
Key bindings
Full width
Lines