Difference between revisions of "Translations:Manual:Introduction/63/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([[say "Hi, I'm new here!"]])</syntaxhighlight> | <syntaxhighlight lang="lua">send([[say "Hi, I'm new here!"]])</syntaxhighlight> |
Latest revision as of 01:01, 26 December 2021
如果要包含双引号,请使用这样的双方括号 :
send([[say "Hi, I'm new here!"]])