Initial revision

This commit is contained in:
ceriel 1987-03-31 22:17:51 +00:00
parent dec576c89d
commit 6eee593f31

5
lang/pc/test/b.p Normal file
View file

@ -0,0 +1,5 @@
program test(output);
var i:integer;
begin
writeln(i in [20])
end.