abstract sclass VirtualMechLists { abstract S mL_raw(S listName); void append(S listName, S text) {} void setText(S listName, S text) {} }