5 lines
73 B
ObjectPascal
5 lines
73 B
ObjectPascal
|
|
begin
|
|||
|
|
var s: string;
|
|||
|
|
if 'asd' is string(s) then
|
|||
|
|
Print(1);
|
|||
|
|
end.
|