| Global Variables | ||
| Number | nGlobNumber | description of numeric variable |
| String | sGlobString | description of string variable |
| Date/Time | dGlobDateTime | Description of datetime variable, and this description continues on next line, and on the third line. |
| String | saWindowNames[100] | Description of string array. |
| Number | naWindowNumbers[100] | |
| Window Handle | hGlobHandle | |
| Boolean | bGlobBoolean | Description of my global boolean. |
| Number | naArray[*] | |
| cMyFunClass | cmfcGlob | This is a instance of my class cMyFunClass. |