This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
oberon
/
oberonjs
kopia lustrzana
https://github.com/vladfolts/oberonjs.git
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
v1.0
Gałęzie
Tagi
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
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
var m = function (JS){
JS.console.info("test");
var x = 123; ++x;
}(this);