This website requires JavaScript.
Explore
Help
Sign In
ynerant
/
tp-langages-formels
Watch
1
Star
0
Fork
You've already forked tp-langages-formels
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
b49738e244
tp-langages-formels
/
syntaxique
/
counter.my
9 lines
96 B
Plaintext
Raw
Blame
History
bool x,y,z;
while !(x && y && z) do
print x,y,z;
x := x ^ (y && z);
y := y ^ z;
z := !z
od
Reference in New Issue
View Git Blame
Copy Permalink