test6.tig
来自「本设计Tiger语言为源语言」· TIG 代码 · 共 14 行
TIG
14 行
/* define valid mutually recursive procedures */letfunction do_nothing1(a: int, b: string)= do_nothing2(a+1)function do_nothing2(d: int) = do_nothing1(d, "str")in do_nothing1(0, "str2")end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?