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