If I\'ve got a recursive function, let\'s call it rec(param) and I do the following
rec(param) { if (some stop condition) { return; } else {