Here\'s an obviously recursive function:
function() { function(); }
We would simply call this \"recursive\"—but what about this (barely
It's called mutual recursion.