This website works better with JavaScript.
首頁
探索
說明
登入
piumarta
/
parsimony
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
1
Wiki
Activity
瀏覽代碼
Update test files
master
mtardy
4 年之前
父節點
d9364885fe
當前提交
bf224030cb
共有
2 個文件被更改
,包括
8 次插入
和
10 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
test.txt
+7
-8
test3.txt
+ 1
- 2
test.txt
查看文件
@ -68,9 +68,8 @@ fun f() {
t = millis();
var i = 0;
while (i < 10000
00
) i = i + 1;
while (i < 10000) i = i + 1;
println(millis() - t);
exit(0);
do println(i); while ((i = i + 1) < 10);
i= 5;
+ 7
- 8
test3.txt
查看文件
@ -1,9 +1,8 @@
var num = `4; // THESE ARE THE
var ast = `(3+@num); // IMPORTANT 2 LINES
fun f() {
var c = `4+3
return 5 + @c
a = {}
a.b = fun () {
switch (1) {
case 1:
throw { name: "EvalError", message: "oops" }
}
}
f()
invoke(a, a.b, {})
Write
Preview
Loading…
取消
儲存