4 lines
64 B
ObjectPascal
4 lines
64 B
ObjectPascal
|
|
begin
|
|||
|
|
if true then
|
|||
|
|
var res := (a is integer(var b));
|
|||
|
|
end.
|