Blog talk:Adnoam/Item lists/@comment-25219384-20190407062204/@comment-25219384-20190407175323

From Fallen London Wiki

Some advantages of the "qualifiers" approach:

  • I've made the code case-insensitive
  • Order is (somewhat) irrelevant - Fate and Retired will appear last anyway.

So the following are equivalent:

  1. qualifiers = {"Election", "some comment", "Fate", "retired"}
  2. qualifiers = {"election", "RetireD", "FATE", "some comment"}

Both will produce: ELECTION some comment FATE RETIRED