Set an enml-entity attribute.
enmlEntity character; character.add("class", "rogue"); print(character.get("class"));
Output:
rogue