User manual
179
mikoPascal PRO for dsPIC30/33 and PIC24
MikroElektronika
- Statements
- Introduction to Statements
- Assignment Statements
- Compound Statements (Blocks)
- Conditional Statements
- If Statement
- Case Statement
- Iteration Statements (Loops)
- For Statement
- While Statement
- Repeat Statement
- Jump Statements
- Break and Continue Statements
- Exit Statement
- Goto Statement
- asm Statement
- Directives
- Compler Directives
- Linker Directives
Lexical Elements Overview
The following topics provide a formal denition of the mikroPascal PRO for dsPIC30/33 and PIC24 lexical elements.
They describe different categories of word-like units (tokens) recognized by the language.
In the tokenizing phase of compilation, the source code le is parsed (i.e. broken down) into tokens and whitespace.
The tokens in mikroPascal PRO for dsPIC30/33 and PIC24 are derived from a series of operations performed on your
programs by the compiler.