I have three functions, each of them calling another function.
function one() { two(); } function two() { three(); } function three() { // here an erro