author | serb |
Thu, 30 Jul 2015 15:27:02 +0300 | |
changeset 32126 | 6611b32dfa58 |
parent 31193 | f019295fdeb3 |
permissions | -rw-r--r-- |
16147 | 1 |
99 |
2 |
world |
|
3 |
1 |
|
4 |
undefined |
|
5 |
undefined |
|
6 |
hello |
|
7 |
Scoping OK |
|
31193
f019295fdeb3
8086052: Script evaluation should not return last function declaration
hannesw
parents:
16147
diff
changeset
|
8 |
undefined |
f019295fdeb3
8086052: Script evaluation should not return last function declaration
hannesw
parents:
16147
diff
changeset
|
9 |
function() { print('moist and delicious!'); } |
16147 | 10 |
moist and delicious! |
31193
f019295fdeb3
8086052: Script evaluation should not return last function declaration
hannesw
parents:
16147
diff
changeset
|
11 |
function() { print('sweet and crunchy!'); } |
16147 | 12 |
sweet and crunchy! |