a:=lcm( 4 , 3 );
      fd:=fopen("resultat",WRITE);
      fprintf(fd,%d,a);
      fclose(fd);
