pascalabcnet/TestSuite/errors/err0240.pas
2018-05-18 18:18:38 +03:00

5 lines
73 B
ObjectPascal

begin
var s: string;
if 'asd' is string(s) then
Print(1);
end.