This website requires JavaScript.
Explore
Help
Sign In
liangsp
/
afu8u
Watch
1
Star
0
Fork
You've already forked afu8u
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
sw
afu8u
/
nashorn
/
test
/
script
/
basic
/
es6
/
block-function-decl.js.EXPE...
11 lines
143 B
Plaintext
Raw
Permalink
Blame
History
function f() {
print("in f");
}
in f
function f() {
print("in f");
}
in f
undefined
ReferenceError: "f" is not defined
Reference in New Issue
View Git Blame
Copy Permalink