groffstudio

Diff
Login

Differences From Artifact [1080e43d57]:

To Artifact [7fc6e4646d]:


53
54
55
56
57
58
59
60
61
62
63
64
  else if nV1 > nV2 then
    comp := 1
  else if nV1 < nV2 then
    comp := -1;
 end
 else
   comp := 0;
 end;
end;

end.








<




53
54
55
56
57
58
59

60
61
62
63
  else if nV1 > nV2 then
    comp := 1
  else if nV1 < nV2 then
    comp := -1;
 end
 else
   comp := 0;

end;

end.