source:
CIVL/examples/languageFeatures/printfBad.cvl@
1258be5
| Last change on this file since 1258be5 was 4533f7eb, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 156 bytes | |
| Line | |
|---|---|
| 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.
