1987-03-31 22:17:51 +00:00

6 lines
69 B
OpenEdge ABL

program test(output);
var i:integer;
begin
writeln(i in [20])
end.