Initial revision

This commit is contained in:
ceriel 1987-03-31 22:17:51 +00:00
parent e03211351a
commit 885eeb63b2

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.