index
:
SemVerif-Projet.git
master
Projet de Sémantique
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
loop3.c
blob: f22958ce01a07475235ced9c884374fd32e8c071 (
plain
) (
blame
)
1
2
3
x
=
5
;
while
(
x
<
10
)
{
x
=
x
-1
;
y
=
1
/
x
;
}