I was just wondering, does a function without a return statement (or without hitting any return statements) return a value that is completely equivalent to false?
Fo