?? test19.tig
字號:
/* error : second function uses variables local to the first one, undeclared variable */letfunction do_nothing1(a: int, b: string):int= (do_nothing2(a+1);0)function do_nothing2(d: int):string = (do_nothing1(a, "str");" ")in do_nothing1(0, "str2")end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -