you are viewing a single comment's thread.

view the rest of the comments →

[–]eh-non-plus 0 insightful - 1 fun0 insightful - 0 fun1 insightful - 1 fun -  (0 children)

function true(true, false){ return true(); }
function false(true, false){ return false(); }
function if_then_else_(condition, fa, fb) { return condition(fa, fb); }