
  TYPE
    rat$path = record
      size: integer,  {This is declared as an integer for usage in STRINGREP.}
      path: fst$path,
    recend;

*copyc fst$path
