This website requires JavaScript.
Explore
Help
Sign in
Paris8
/
compilateurMIPS
Archived
Watch
1
Star
0
Fork
You've already forked compilateurMIPS
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2022-12-27
. You can view files and clone it, but cannot push or open issues or pull requests.
b74a526b2f
compilateurMIPS
/
tests
/
35_op.test
8 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
* add && * allow int in cond/loop
2022-12-22 19:15:42 +01:00
void main () {
Add or operator
2022-12-22 19:20:59 +01:00
if (1 && 3 < 4 || 1) {
* add && * allow int in cond/loop
2022-12-22 19:15:42 +01:00
puti(1);
} else {
puti(0);
}
}
Reference in a new issue
Copy permalink