If.description
class If
enum description =
"Conditional operator that takes three arguments. ""First one is boolean type that refers to condition. If the argument ""evaluates to true, second argument is returned, else third one is returned.""Second and third arguments refer to actions of void type.";
devol std opif If
constructorsfunctionsmanifest constantsvariables