Skip to content

Allowed Chinese character#502

Open
jian308 wants to merge 9 commits intoyuin:masterfrom
jian308:master
Open

Allowed Chinese character#502
jian308 wants to merge 9 commits intoyuin:masterfrom
jian308:master

Conversation

@jian308
Copy link

@jian308 jian308 commented Aug 31, 2024

Allowed Chinese character

local 你好 = "hello"
print(你好)
local lua = "lua world"
print(lua)
function abc001(def002)
   print(def002)
end
abc001("中国")
local 测试table = {测试a=123, 测试b="测试b"}
print(测试table.测试a)
print(测试table.测试b)

@jian308 jian308 changed the title allow Chinese variable allow Chinese Sep 2, 2024
@jian308 jian308 changed the title allow Chinese Chinese allowed Sep 2, 2024
@jian308 jian308 changed the title Chinese allowed Allowed Chinese character Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant