This website works better with JavaScript
Home
Explore
Help
Register
Sign In
oberon
/
oberonjs
mirror of
https://github.com/vladfolts/oberonjs.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
v1.0
Branches
Tags
gh-pages
master
release
v1.4
v1.3
v1.2
v1.1
v1.0
oberonjs
/
test
/
expected
/
js_module.js
js_module.js
75 B
Permalink
History
Raw
1
2
3
4
var m = function (JS){
JS.console.info("test");
var x = 123; ++x;
}(this);