mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 19:07:59 +02:00
6 lines
93 B
ObjectPascal
6 lines
93 B
ObjectPascal
{ %OPT=-O3 }
|
|
var a : integer;
|
|
begin
|
|
write(not((1 in[a]) and (a > a) and (a in[1])))
|
|
end.
|