pascalabcnet/_ParsePABC1/c.pas

7 lines
74 B
ObjectPascal
Raw Permalink Normal View History

2015-06-28 10:58:24 +03:00
begin
while 2*2=4 do
begin
while x>0 do
x := 3;
end;
end.