Skip to content

Commit 07ef402

Browse files
committed
zz
1 parent cfad548 commit 07ef402

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/constants/lang.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,25 @@ export const LANG_TYPES = [
7878
'complex128',
7979
'c64',
8080
'c128',
81+
82+
'布尔',
83+
'字串',
84+
'错误',
85+
'整型',
86+
'微整型',
87+
'短整型',
88+
'普整型',
89+
'长整型',
90+
'微正整',
91+
'短正整',
92+
'普正整',
93+
'长正整',
94+
'符文',
95+
'字节',
96+
'单精',
97+
'双精',
98+
'单复',
99+
'双复',
81100
]
82101

83102
export const LANG_BOOL = ['true', 'false']

0 commit comments

Comments
 (0)