source:
CIVL/mods/dev.civl.com/examples/backend/symbols.cvl@
e49edeb
| Last change on this file since e49edeb was aad342c, checked in by , 3 years ago | |
|---|---|
|
|
| File size: 95 bytes | |
| Rev | Line | |
|---|---|---|
| [7d856cc] | 1 | #include <civlc.cvh> |
| 2 | ||
| 3 | $input int a,b,c; | |
| 4 | ||
| 5 | int main(){ | |
| 6 | int arr[10]; | |
| 7 | ||
| 8 | while(arr[0]>arr[1]); | |
| 9 | } |
Note:
See TracBrowser
for help on using the repository browser.
