Mikroelektronika MIKROE-742 데이터 시트

다운로드
페이지 532
STATEMENTS
Statements define algorithmic actions within a program. Each statement needs to
be terminated with a semicolon (;). In the absence of specific jump and selection
statements, statements are executed sequentially in the order of appearance in the
source code.
The most simple statements are assignments, procedure calls and jump statements.
These can be combined to form loops, branches and other structured statements.
Refer to:
- Assignment Statements 
- Compound Statements (Blocks) 
- Conditional Statements 
- Iteration Statements (Loops) 
- Jump Statements 
- asm Statement 
162
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Language Reference
mikroPASCAL PRO for AVR
CHAPTER 5