test39.tig

来自「tiger编译器的Java实现」· TIG 代码 · 共 10 行

TIG
10
字号
/* This is illegal, since there are two functions with the same name    in the same (consecutive) batch of mutually recursive functions.   See also test48 */let	function g(a:int):int = a	function g(a:int):int = ain	0end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?