| Keywords |
The following strings are recognized as keywords of the Co language. The case of the characters in a keyword is not significant. That is, the strings `void', `VOID' and `VoId' are all recognized as forms of the keyword void.
| do | else | for | if |
| int | program | return | struct |
| typedef | void | while |
| Keywords |