peter 20 vuotta sitten
vanhempi
commit
5089bc001f
1 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  1. 10 0
      tests/webtbf/tw3680.pp

+ 10 - 0
tests/webtbf/tw3680.pp

@@ -0,0 +1,10 @@
+{ %fail }
+
+function c(x:char):char;
+begin
+c:=(char(succ(ord(x))));
+end;
+
+begin
+if not c('y') in ['a','b'] then writeln(99);
+end.