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