samer@4: % ifx - 'if' expression samer@4: % samer@4: % ifx :: bool, A, A -> A. samer@4: function v=ifx(f,a,b), if f, v=a; else v=b; end