6 lines
69 B
OpenEdge ABL
6 lines
69 B
OpenEdge ABL
|
program test(output);
|
||
|
var i:integer;
|
||
|
begin
|
||
|
writeln(i in [20])
|
||
|
end.
|