PCD COMMAND LINE COMPILER Custom Computer Services Inc (CCS), PCD COMMAND LINE COMPILER Datasheet - Page 50

PCD C-COMPILER PIC24, DSPIC

PCD COMMAND LINE COMPILER

Manufacturer Part Number
PCD COMMAND LINE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCD COMMAND LINE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1007
continue
Statement: continue;
The continue statement causes the next iteration of the enclosing loop(While, For, Do) to begin.
The syntax is
continue;
It causes the test part to be executed immediately in case of do and while and the control passes
the re-initialization step in case of for.
Example:
continue;
Also See:
expr
Statement: expr;
Example:
i=1;
Also See:
;
Statement: ;
Example:
;
Also See:
stmt
Statement: {[stmt]}
Zero or more semi colon separated
Example:
{a=1;
Also See:
36
b=1;}
Statements
Statements
Statements
Statements

Related parts for PCD COMMAND LINE COMPILER