Mikroelektronika MIKROE-350 Datenbogen

Seite von 526
Colon
Colon (
:
) is used to indicate a labeled statement:
start:  nop
'...
goto start
For more information, refer to Labels.
Dot
Dot (
.
) indicates access to a structure member. For example:
person.surname = "Smith"
For more information, refer to Structures.
Dot is a necessary part of floating point literals. Also, dot can be used for accessing
individual bits of registers in mikroBasic PRO.
119
MIKROELEKTRONIKA
- SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Language Reference
mikroBasic PRO for AVR
CHAPTER 5