peter %!s(int64=20) %!d(string=hai) anos
pai
achega
5089bc001f
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  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.