source:
CIVL/examples/languageFeatures/int2charBad2.cvl@
d5abab8
| Last change on this file since d5abab8 was c6291e9, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 114 bytes | |
| Rev | Line | |
|---|---|---|
| [c6291e9] | 1 | #Include <civlc.cvh> |
| 2 | #include <stdio.h> | |
| 3 | ||
| 4 | $input int num; | |
| 5 | ||
| 6 | void main(){ | |
| 7 | char c; | |
| 8 | int b = 256; | |
| 9 | ||
| 10 | c = (char)b; | |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
