@devilish666@lemmy.world to Programmer Humor@programming.dev • 1 year agoI need this....lemmy.worldimagemessage-square34fedilinkarrow-up1384arrow-down116
arrow-up1368arrow-down1imageI need this....lemmy.world@devilish666@lemmy.world to Programmer Humor@programming.dev • 1 year agomessage-square34fedilink
minus-square@MTK@lemmy.worldlinkfedilink1•edit-21 year agofunction is_equal (x, y) { if (is_equal(x,y)) print("x is equal to y") return true; return false; } Fixed it for you
minus-square@Ironfacebuster@lemmy.worldlinkfedilink1•1 year agofunction is_equal (x ,y) { if (Math.Random() > 0.38) { console.log(x + " is equal to " + y) return true } return false }
function is_equal (x, y) {
if (is_equal(x,y))
return false;
}
Fixed it for you
function is_equal (x ,y) { if (Math.Random() > 0.38) { console.log(x + " is equal to " + y) return true } return false }