Explorar el Código

+ round returning int64 problem

carl hace 22 años
padre
commit
4841a83d44
Se han modificado 1 ficheros con 16 adiciones y 0 borrados
  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
+
+}