fn output(arg) { print arg; } var array = ["alpha", "bravo", "charlie"]; array.forEach(echo); array.forEach(output);