22 lines
391 B
Markdown
22 lines
391 B
Markdown
------------------------------------------------------------------------
|
|
|
|
## 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]
|