Begin translation module
[tiger.ml.git] / compiler / testcases / test12.tig
1 /* valid for and let */
2
3 let
4 var a:= 0
5 in
6 for i:=0 to 100 do (a:=a+1;())
7 end
This page took 0.049466 seconds and 5 git commands to generate.