如何在Raku中动态访问对象中的属性
I wonder howto access an object's attribute dynamically via a name as a Str at runtime in Raku. Instead of:
#!/usr/bin/raudo ...