Mudancas no parser.y
[toypasc.git] / simple.pas
blob0d7b24bcf29a43b24b5ceac1e7e1045d5f988833
1 Var
2 i: Integer;
4 Begin
5 x := y;
6 while (i <= 10) do
7 Begin
8 i := 1;
9 End
10 End.