Difference between revisions of "Translations:Manual:Introduction/62/zh-CN"
Jump to navigation
Jump to search
(Updating translation from gettext import) |
(Updating translation from gettext import) |
||
Line 1: | Line 1: | ||
− | + | 如果命令以变量结束,那么不需要在最后加两个点 : | |
<syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> | <syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight> |
Latest revision as of 01:02, 24 November 2021
如果命令以变量结束,那么不需要在最后加两个点 :
send("Hi, my name is " .. character)