finished 19 (not fully tested...)
[williamcminus.git] / assign6 / forerrors.txt
blobe7340674450289c1f88a5335de8bdaeb2a7f21b4
1 BEGIN {FOR syntax errors}
2     FOR i := 1, 10 DO five := 5;
3     FOR i = 10 DOWNTO 1 five = 5
4 END.