source:
CIVL/mods/dev.civl.com/examples/languageFeatures/char.cvl@
cb4d4f4
| Last change on this file since cb4d4f4 was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 161 bytes | |
| Line | |
|---|---|
| 1 | /* |
| 2 | * Commandline example: |
| 3 | * civl verify char.cvl |
| 4 | */ |
| 5 | #include <stdio.h> |
| 6 | void main(){ |
| 7 | char a = 'a'; |
| 8 | |
| 9 | a = 'b'; |
| 10 | printf("The char value is %c", a); |
| 11 | } |
Note:
See TracBrowser
for help on using the repository browser.
