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:
53614ee1c1
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
87 B
History
Raw
1
2
3
4
var JS = function(){return this;}();
var m = function (){
JS.console.info("test");
}();