Differences From Artifact [cddeb96ae3]:

To Artifact [20862ba1d3]:


33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
      break;
    }
  }
  return matched;
}

BEGIN {
  var = "[%|#]VAR";
  not_an_arg = "effort flow state internal external zero unknown\
                mtt_e mtt_f sqrt exp log sign none abs";
  arg_line = "arg = ";
}
{
  ## Explicit VAR declarations
  if (match($1,var)>0) print $2 "\t" system_name;







|







33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
      break;
    }
  }
  return matched;
}

BEGIN {
  var = "[%|#][PAR|VAR]";
  not_an_arg = "effort flow state internal external zero unknown\
                mtt_e mtt_f sqrt exp log sign none abs";
  arg_line = "arg = ";
}
{
  ## Explicit VAR declarations
  if (match($1,var)>0) print $2 "\t" system_name;

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]