mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-22 00:31:46 +01: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.
|