"And when was the last time you wrote a function that returned 1 or 0? If you’re a Rubyist or a Pythonista or a server-side JavaScript devotee, you may never have done so."
That's just returning True or False (bool). Lot's of people return that from functions in all languages.
That's just returning True or False (bool). Lot's of people return that from functions in all languages.