1 99 2 world 3 1 4 undefined 5 undefined 6 hello 7 Scoping OK 8 undefined 9 function() { print('moist and delicious!'); } 10 moist and delicious! 11 function() { print('sweet and crunchy!'); } 12 sweet and crunchy!