User`s manual
mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
For example, in a function declaration:
sub function Com(dim R as byte) as byte
dim B as char
dim K as byte
...
end sub
first line of the declaration is the function heading . B and K are local variables;
their declarations apply only to the Com function block and override - in this rou-
tine only - any declarations of the same identifiers that may occur in the program
module or at beginning of a module.
MikroElektronika:
Development
tools
-
Books
-
Compilers
mikroBASIC
making it simple...
59
page