source:
CIVL/examples/languageFeatures/compare.cvl@
b50d2e7
| Last change on this file since b50d2e7 was 36b5ada, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 169 bytes | |
| Line | |
|---|---|
| 1 | /* Commandline execution: |
| 2 | * civl verify compare.cvl |
| 3 | * */ |
| 4 | #include<civlc.h> |
| 5 | |
| 6 | void main() { |
| 7 | $assert 1 > 0.0; |
| 8 | $assert 1 > 0; |
| 9 | $assert 5 <= 5.1; |
| 10 | $assert 5 <= 5; |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
