changeset 31193 | f019295fdeb3 |
parent 16147 | e63b63819133 |
31192:1e019aeea9b5 | 31193:f019295fdeb3 |
---|---|
3 1 |
3 1 |
4 undefined |
4 undefined |
5 undefined |
5 undefined |
6 hello |
6 hello |
7 Scoping OK |
7 Scoping OK |
8 function cake() { print('moist and delicious!'); } |
8 undefined |
9 function() { print('moist and delicious!'); } |
|
9 moist and delicious! |
10 moist and delicious! |
10 function cookie() { print('sweet and crunchy!'); } |
11 function() { print('sweet and crunchy!'); } |
11 sweet and crunchy! |
12 sweet and crunchy! |