author | mikael |
Thu, 19 Apr 2018 17:13:19 -0700 | |
changeset 49838 | b37e0785ce0b |
parent 47216 | 71c04702a3d5 |
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! |