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

From Mudlet
Jump to navigation Jump to search
(Created page with "Синтаксис для того, чтобы переменная запомнила число, следующий - напишите или скопируйте в ред...")
(No difference)

Revision as of 21:03, 15 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