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:
53614ee1c1
Gałęzie
Tagi
gh-pages
master
release
v1.4
v1.3
v1.2
v1.1
v1.0
oberonjs
/
assert.js
assert.js
91 B
Historia
Czysty
1
2
3
4
exports.ok = function(condition){
if (!condition)
throw new Error("assertion failed");
}