source:
CIVL/examples/languageFeatures/compare.cvl@
6a4e2e0
| Last change on this file since 6a4e2e0 was 793cfc2, checked in by , 13 years ago | |
|---|---|
|
|
| File size: 109 bytes | |
| Rev | Line | |
|---|---|---|
| [40a899c] | 1 | #include<civlc.h> |
| 2 | ||
| 3 | void main() { | |
| 4 | $assert 1 > 0.0; | |
| 5 | $assert 1 > 0; | |
| 6 | $assert 5 <= 5.1; | |
| 7 | $assert 5 <= 5; | |
| 8 | } |
Note:
See TracBrowser
for help on using the repository browser.
