17.12.2009, 01:06
It's not always required to return a value. That's really only needed in a callback or when you return with a function call e.g.
You'd also have to return a value, usually being it 1 or 0; it doesn't matter if the function has no specific return value needed, though.
Код:
return doSomething(var);