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

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
The syntax for making a variable remember a number is the following - create them in the Script editor in a new script:
+
给变量赋值个个数字的语法如下 - 在脚本编辑器中创建新脚本 :
 
<syntaxhighlight lang="lua">variable = 1234</syntaxhighlight>
 
<syntaxhighlight lang="lua">variable = 1234</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)
The syntax for making a variable remember a number is the following - create them in the Script editor in a new script:
<syntaxhighlight lang="lua">variable = 1234</syntaxhighlight>

给变量赋值个个数字的语法如下 - 在脚本编辑器中创建新脚本 :

variable = 1234