Strona działa najlepiej z włączonym JavaScript.
Strona główna
Odkrywaj
Pomoc
Zaloguj się
piumarta
/
javascrypt
kopia lustrzana
https://github.com/mtardy/javascrypt.git
Obserwuj
1
Polub
0
Forkuj
0
Kod
Zgłoszenia
0
Wydania
1
Wiki
Aktywność
Przeglądaj źródła
update test files
pull/12/head
mtardy
4 lat temu
rodzic
72fb9500c3
commit
df0be7d4f7
3 zmienionych plików
z
10 dodań
i
10 usunięć
Widok podzielony
Opcje porównania
Pokaż statystyki
Ściągnij plik aktualizacji
Ściągnij plik porównania
+4
-1
test-proto.txt
+6
-0
test-runtime-error.txt
+0
-9
test3.txt
+ 4
- 1
test-proto.txt
Wyświetl plik
@ -1,4 +1,7 @@
fun println() { apply(print, __arguments__); print("\n"); }
fun println() {
apply(print, __arguments__);
print("\n");
}
var Object = { __name__: #"Object" };
+ 6
- 0
test-runtime-error.txt
Wyświetl plik
@ -0,0 +1,6 @@
2;
12;
(3*null);
a = {}
a.piz = fun f() {continue;}
`invoke(a, (a.piz), {})
+ 0
- 9
test3.txt
Wyświetl plik
@ -1,9 +0,0 @@
var num = `4; // THESE ARE THE
var ast = `(3+@num); // IMPORTANT 2 LINES
fun f() {
var c = `4+3
return 5 + @c
}
f()
Napisz
Podgląd
Ładowanie…
Anuluj
Zapisz