test37.tig

来自「本设计Tiger语言为源语言」· TIG 代码 · 共 9 行

TIG
9
字号
/* redeclaration of variable; this is legal, there are two different   variables with the same name.  The second one hides the first.  */let	var a := 0	var a := " "in	0end

⌨️ 快捷键说明

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