* I often use the 'exit' statement in the BEGIN
function to skip the main processing loop and go
directly to the END function. This doesn't work in
awka--the 'exit' statement seems to terminate the
program without calling the END function (which is how
it should work if it is in the END function).