endif
None.
Ends a control block started by ifc or ifb.
You must include at least one instruction betweenifb and endif, between ifc and endif, and between else and endif.
if ( src == true )
{
...
}
else
{
...
}
endif
ifb b0
...
else
...
endif
CONFIDENTIAL