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
d30a43235f
tp-langages-formels
/
syntaxique
/
test2.my
6 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Support int types
2020-05-16 22:06:02 +00:00
bool y;
int x;
Prevent wrong types
2020-05-17 01:20:08 +00:00
x := 6 * (4 + 3);
y := (0 < 1) || 19 + 23 == x;
Support int types
2020-05-16 22:06:02 +00:00
print x,y,x