Applies To: |
|
Summary: |
I noticed that you don't always need a ";" after statements in Cicode. Can you give me a clarification on where to use the ";" and where you can get away without it? |
Solution: |
You should always place a ";" after a Cicode statement. The compiler is a little liberal in checking for the ";", but you should always put one there. There is no extra overhead in placing the semicolon and it makes the detection of compiler errors much easier. |
Keywords: |
Related Links
Attachments