Function ifCond

Return a conditional if(cond) then v else w.

  • Parameters

    • cond: Bool
    • v: Num
    • w: Num

    Returns Num