Difference between revisions of "Translations:Manual:Introduction/47/ru"

From Mudlet
Jump to navigation Jump to search
(Created page with "Синтаксис для того, чтобы переменная запомнила число, следующий - напишите или скопируйте в ред...")
 
(Updating translation from gettext import)
 
Line 1: Line 1:
Синтаксис для того, чтобы переменная запомнила число, следующий - напишите или скопируйте в редакторе Скрипты(Script) в новом скрипте:
+
Синтаксис для того, чтобы переменная запомнила число, следующий - напишите или скопируйте в редакторе Script в новом скрипте:
 
<syntaxhighlight lang="lua">variable = 1234</syntaxhighlight>
 
<syntaxhighlight lang="lua">variable = 1234</syntaxhighlight>

Latest revision as of 03:31, 19 June 2020

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>

Синтаксис для того, чтобы переменная запомнила число, следующий - напишите или скопируйте в редакторе Script в новом скрипте:

variable = 1234