about summary refs log tree commit diff stats
path: root/modal/tests/cases/04_ife.modal
blob: 1718fdcf557531e1f160ecab191e5de351fd8b1f (plain) (blame)
1
2
3
4
<> (ife #t ?t ?f) ?t
<> (ife #f ?t ?f) ?f

(ife #t yes no)