source:
CIVL/examples/languageFeatures/printfBad.cvl@
e5f2e6db
| Last change on this file since e5f2e6db was 4533f7eb, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 156 bytes | |
| Rev | Line | |
|---|---|---|
| [4533f7eb] | 1 | #include<civlc.h> |
| 2 | ||
| 3 | $input double x; | |
| 4 | ||
| 5 | void main() { | |
| 6 | printf("x=%f\a", x); //\a currently is not supported by CIVL, so this example will throw a exception | |
| 7 | } |
Note:
See TracBrowser
for help on using the repository browser.
