function hello()
fprintf('Hello');
huxley();
endfunction
function huxley()
fprintf(' Huxley!\n');
hello();