Difference between revisions of "Translations:Manual:Introduction/60/zh-CN"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
For example, the following code sends the command to eat bread:
+
例如,以下代码发送命令eat bread:
 
<syntaxhighlight lang="lua">send("eat bread")</syntaxhighlight>
 
<syntaxhighlight lang="lua">send("eat bread")</syntaxhighlight>

Latest revision as of 01:02, 7 December 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Introduction)
For example, the following code sends the command to eat bread:
<syntaxhighlight lang="lua">send("eat bread")</syntaxhighlight>

例如,以下代码发送命令eat bread:

send("eat bread")