IF that is the case, then I believe FP needs to put it back in.
There is already ifThen in the libs, but they evaluate the resulting functions before the condition is known, since it is a function.
Proper handling of this code would allow only the function needed to get executed which solves two problems, unwanted call to the other function
and execution speed.
Using the Case state does this but it does not return a results.
this of course, like you say would be an intrinsic operation.
I invision the days where I can use this code within prototype calls as functions are called on the fly..
SomeFunction (If Condition then TrueFunction else FalseFunction);
oh well.
Jamie