!7 set flag NoFancyMechParsing. sclass WordAndMe extends DynCalculatedList { S word; // input L options; // output L calc() { ret options; } void update { if (dm_grabInterestingString(this, 'word)) { setField(options := mechList_opt(word + " & me")); } } }