This website requires JavaScript.
Explore
Help
Sign In
ynerant
/
tp-langages-formels
Watch
1
Star
0
Fork
0
You've already forked tp-langages-formels
Code
Issues
Pull Requests
Releases
Wiki
Activity
tp-langages-formels
/
syntaxique
/
test2.my
6 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support int types
2020-05-17 00:06:02 +02:00
bool y;
int x;
x := 42 + 21;
Support des égalités et des inégalités entre entiers
2020-05-17 00:21:25 +02:00
y := x == (7 * (5 + 4));
Support int types
2020-05-17 00:06:02 +02:00
print x,y,x
Reference in New Issue
Copy Permalink