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 predened identiers used in libraries. You can replace them by
your own denitions, if you plan to develop your own libraries. For more information, see mikroBasic PRO for PIC32
Libraries.
Identiers
Identiers are arbitrary names of any length given to functions, variables, symbolic constants, user-dened 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).
Identiers 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. identier cannot begin with a numeral.
Case Sensitivity
mikroBasic PRO for PIC32 is not case sensitive, so Sum, sum, and suM are equivalent identiers.