Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allowed Chinese character #502

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Allowed Chinese character #502

wants to merge 8 commits into from

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