User manual
mikroBasic PRO for PIC32
MikroElektronika
185
- reintroduce
- repeat
- requires
- rx
- safecall
- sbit
- sealed
- set
- sfr
- shl
- shr
- small
- stdcall
- stored
- string
- threadvar
- to
- try
- type
- unit
- until
- uses
- var
- virtual
- volatile
- while
- with
- write
- writeonly
- xdata
- xor
- ydata
Also, mikroBasic PRO for PIC32 includes a number of predened identiers used in libraries. You can replace them by
your own denitions, if you plan to develop your own libraries. For more information, see mikroBasic PRO for PIC32
Libraries.
Identiers
Identiers are arbitrary names of any length given to functions, variables, symbolic constants, user-dened data types
and labels. All these program elements will be referred to as objects throughout the help (don’t be confused with the
meaning of object in object-oriented programming).
Identiers can contain letters from a to z and A to Z, the underscore character “_” and digits from 0 to 9. First character
must be a letter or an underscore, i.e. identier cannot begin with a numeral.
Case Sensitivity
mikroBasic PRO for PIC32 is not case sensitive, so Sum, sum, and suM are equivalent identiers.