in reply to BEGIN and compile-time
BEGIN { print "begin\n"; BEGIN { print "the beguine\n"; } } [download]