root/cobra/trunk/Tests/100-basics/071-not.cobra
| Revision 1177, 201 bytes (checked in by chuck, 4 years ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | namespace Test |
| 2 | |
| 3 | class Test |
| 4 | |
| 5 | def main |
| 6 | is shared |
| 7 | |
| 8 | assert not false |
| 9 | assert not 0 |
| 10 | assert not 0.0 |
| 11 | assert not 0.0f |
| 12 | assert not nil # .warning. always |
| 13 | |
| 14 | x as int = 5 |
| 15 | assert not x==1 |
Note: See TracBrowser
for help on using the browser.



