This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
dukpy
mirror of
https://github.com/amol-/dukpy.git
Watch
1
Star
1
Fork
You've already forked dukpy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e333fc3bba
dukpy
/
tests
/
test.js
9 lines
89 B
JavaScript
Raw
Blame
History
if
(
i
===
undefined
)
var
i
=
5
;
function
sum
(
)
{
i
+=
3
;
return
i
;
}
sum
(
)
;
Reference in New Issue
View Git Blame
Copy Permalink