source:
CIVL/examples/languageFeatures/compare.cvl@
85d4675
| Last change on this file since 85d4675 was 36b5ada, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 169 bytes | |
| Rev | Line | |
|---|---|---|
| [36b5ada] | 1 | /* Commandline execution: |
| 2 | * civl verify compare.cvl | |
| 3 | * */ | |
| [40a899c] | 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.
