// Includes usage of callbacks and reference to variables defined later on hooks.atexit(function() { out.println('And bye '+you+'!') }); var you = ui.prompt("What's your name?") out.printf("Hello %s!\n", new Array(you))