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