13.07.2015 Views

pcp_reference_guide_v2.5 - Tasking

pcp_reference_guide_v2.5 - Tasking

pcp_reference_guide_v2.5 - Tasking

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

8−52PCP Reference Manual8.8.5 CONDITIONAL GROUP STATEMENTSWithin a group, you can conditionally select sections or create specialsections.• With the if keyword you can specify a condition. The succeedingsection statement is executed if the condition evaluates to TRUE (1).• The optional else keyword is followed by a section statement whichis executed in case the if−condition evaluates to FALSE (0).LINKER SCRIPT LANGUAGEgroup ( ... ){if ( exists( "mysection" ) )select "mysection";elsereserved "myreserved" ( size=2k );}

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!