static MapSO parseLineFromEmitVariables(S s) {
  new Matches m;
  ret swic_trim(s, "Variables are: ", m) ? safeUnstructMap(m.rest()) : null;
}