------------------------------------------------------------------------ ## ifte Combinator If-Then-Else combinator, a common and convenient specialization of [branch]. [if] [then] [else] ifte --------------------------------------- [if] nullary [else] [then] branch ### Definition > \[[nullary]\] [dipd] [swap] [branch] ### Crosslinks [branch] [loop] [while]