author | hannesw |
Mon, 15 Jun 2015 15:37:01 +0200 | |
changeset 31193 | f019295fdeb3 |
parent 16147 | e63b63819133 |
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! |