index
:
ING1-Projects.git
main
Projets ING1 2024-2025
Marcellus
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tiger-compiler
/
tests
/
good
/
for-in-let.tig
blob: 6646d63d49259888cd143f395b7990b825c0e6d6 (
plain
)
1
2
3
4
5
6
7
/* valid for and let */ let var a := 0 in for i := 0 to 100 do (a := a + 1; ()) end