Please answer this simple SPAM challenge: four plus four? (Example: nine)
NEVER EVER use this function with boolean variables !!! Or you'll get something like this: min(true, 1, -2) == true; Just because of: min(true, 1, -2) == min(min(true,1), -2) == min(true, -2) == true; You are warned !
<< Back to user notes page