Browse Source

+ round returning int64 problem

carl 22 years ago
parent
commit
4841a83d44
1 changed files with 16 additions and 0 deletions
  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
+
+}