This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
oberon
/
oberonjs
oglindă de
https://github.com/vladfolts/oberonjs.git
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
32effa18fe
Ramuri
Etichete
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
Istoric
Crud
1
2
3
4
var m = function (JS){
JS.console.info("test");
var x = 123; ++x;
}(this);