  FUNCTION [INLINE] fsp$version_two_tape_label
    (    implementation_identifier: string (13)): boolean;

    fsp$version_two_tape_label := (implementation_identifier =
          fsc$version_two_ve_identifier);

  FUNCEND fsp$version_two_tape_label;

?? PUSH (LISTEXT := ON) ??
*copyc fsc$version_two_ve_identifier
?? POP ??
