This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
oberon
/
oberonjs
mirror de
https://github.com/vladfolts/oberonjs.git
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Árvore:
v1.0
Ramos
Etiquetas
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
Link permanente
Histórico
Em bruto
1
2
3
4
var m = function (JS){
JS.console.info("test");
var x = 123; ++x;
}(this);