//
// Feel free to run this program without adding Zump. What does
// it do and why?
+ chars[1] = Character{
+ .role = Role.bard,
+ .gold = 10,
+ .health = 100,
+ .experience = 20,
+ };
// Printing all RPG characters in a loop:
for (chars, 0..) |c, num| {