Ver Fonte

+ round returning int64 problem

carl há 22 anos atrás
pai
commit
4841a83d44
1 ficheiros alterados com 16 adições e 0 exclusões
  1. 16 0
      tests/tbs/tb0450.pp

+ 16 - 0
tests/tbs/tb0450.pp

@@ -0,0 +1,16 @@
+
+var
+ i: single;
+Begin
+  case round(i) of
+  0: WriteLn;
+  1: WriteLn;
+  end;
+end.
+
+{
+  $Log$
+  Revision 1.1  2003-02-02 14:37:45  carl
+   + round returning int64 problem
+
+}