User`s manual
mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
Statements define algorithmic actions within a program. Simple statements - like
assignments and procedure calls - can be combined to form loops, conditional
statements, and other structured statements. Refer to Implicit Conversion and
Assignment.
Simple Statements
Simple statement does not contain any other statements. Simple statements include
assignments, and calls to procedures and functions.
Structured Statements
Structured statements are constructed from other statements. Use a structured
statement when you want to execute other statements sequentially, conditionally,
or repeatedly.
Conditional statements
if and case execute at most one of their constituents,
depending on a specified criteria.
Loop statements
repeat, while, and for execute a sequence of constituent state-
ments repeatedly.
MikroElektronika:
Development
tools
-
Books
-
Compilers
mikroBASIC
making it simple...
47
Statements