Initial revision
This commit is contained in:
parent
dec576c89d
commit
6eee593f31
5
lang/pc/test/b.p
Normal file
5
lang/pc/test/b.p
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
program test(output);
|
||||||
|
var i:integer;
|
||||||
|
begin
|
||||||
|
writeln(i in [20])
|
||||||
|
end.
|
Loading…
Reference in a new issue