
|
If you were logged in you would be able to see more operations.
|
|
|
Boo
Created: 19/Aug/07 09:07 AM
Updated: 01/Sep/07 09:20 AM
|
|
| Component/s: |
Compiler
|
| Affects Version/s: |
0.7.8
|
| Fix Version/s: |
0.7.9
|
|
"""
True
True
"""
def test() as single:
return 0.0
yeah = not (test() or test())
print(yeah)
hover = not (test() and test())
print(yeah)
|
|
Description
|
"""
True
True
"""
def test() as single:
return 0.0
yeah = not (test() or test())
print(yeah)
hover = not (test() and test())
print(yeah) |
Show » |
|