modern-compiler-ml/tiger/testcases/test12.tig
jmug 33d8bac511 Add the tiger source code bundle from the book site
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2024-12-18 15:18:45 -08:00

7 lines
80 B
Text

/* valid for and let */
let
var a:= 0
in
for i:=0 to 100 do (a:=a+1;())
end