Parcourir la source

* constant ordinal type

peter il y a 21 ans
Parent
commit
8004c68a42
1 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      tests/tbs/tb0473.pp

+ 11 - 0
tests/tbs/tb0473.pp

@@ -0,0 +1,11 @@
+const
+  w = $5000;
+begin
+  writeln(hi(w));
+  if hi(w)<>$50 then
+    begin
+      writeln('Error!');
+      halt(1);
+    end;  
+end.
+