pascalabcnet/TestSuite/errors/err0240.pas

5 lines
73 B
ObjectPascal
Raw Permalink Normal View History

2018-05-18 18:18:38 +03:00
begin
var s: string;
if 'asd' is string(s) then
Print(1);
end.