Iff typedef

Iff = ElseIf

A conditional block to execute only if condition is satisified.

Intended for use with If.block.

Implementation

typedef Iff = ElseIf;