ack/lang/pc/test/b.p

6 lines
69 B
OpenEdge ABL
Raw Normal View History

1987-03-31 22:17:51 +00:00
program test(output);
var i:integer;
begin
writeln(i in [20])
end.