Implemented boolean operators
This commit is contained in:
parent
ee16774fe7
commit
b5bb291e47
9 changed files with 198 additions and 24 deletions
|
@ -1,8 +1,8 @@
|
|||
main() {
|
||||
x := f(1) + f(2) + f(3)
|
||||
|
||||
if x != f(8) || x != 9 || x == 6 {
|
||||
exit(42)
|
||||
if x != 9 {
|
||||
exit(1)
|
||||
}
|
||||
|
||||
exit(0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue