This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
oberon
/
oberonjs
mirror of
https://github.com/vladfolts/oberonjs.git
Xem
2
Star
0
Fork
0
Các tập tin
Các vấn đề
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
Lịch sử
Raw
1
2
3
4
var m = function (JS){
JS.console.info("test");
var x = 123; ++x;
}(this);