User manual
8
mikoPascal PRO for PIC32
MikroElektronika
Whitespace in Strings 180
Comments 181
Nested comments 181
Tokens 182
Token Extraction Example 182
Literals 183
Integer Literals 183
Floating Point Literals 183
Character Literals 184
String Literals 184
Keywords 185
Identiers 186
Case Sensitivity 186
Uniqueness and Scope 186
Identier Examples 186
Punctuators 187
Brackets 187
Parentheses 187
Comma 187
Semicolon 188
Colon 188
Dot 188
Program Organization 189
Organization of Main Unit 189
Organization of Other Units 190
Scope and Visibility 191
Scope 191
Visibility 191
Name Spaces 192
Units 193
Uses Clause 193
Main Unit 193
Other Units 194
Interface Section 194
Implementation Section 194
Variables 195
External Modier 195
Variables and PIC32 196
Constants 197
Labels 198
Functions and Procedures 199
Functions 199
Calling a function 199
Example 199