Mercurial > hg > ishara
view general/funutils/ifx.m @ 26:8f4a21082c45
It was wrong. Now it is right.
author | samer |
---|---|
date | Sat, 19 Jan 2013 13:09:31 +0000 |
parents | e44f49929e56 |
children |
line wrap: on
line source
% ifx - 'if' expression % % ifx :: bool, A, A -> A. function v=ifx(f,a,b), if f, v=a; else v=b; end