test47.tig

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

TIG
12
字号
/* This is legal.  The second type "a" simply hides the first one.   Because of the intervening variable declaration, the two "a" types   are not in the same  batch of mutually recursive types.   See also test38 */let	type a = int	var b := 4	type a = stringin	0end

⌨️ 快捷键说明

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