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
/
jdk
/
test
/
javax
/
script
/
Test8.js
8 lines
105 B
JavaScript
Raw
Permalink
Blame
History
function
main
(
name
)
{
print
(
name
)
;
}
var
scriptObj
=
{
main
:
function
(
name
)
{
print
(
name
)
;
}
}
;
Reference in New Issue
View Git Blame
Copy Permalink