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

From Mudlet
Jump to navigation Jump to search
(Created page with "Если вы хотите включить двойные кавычки, используйте двойной набор квадратных скобок вот так: <s...")
 
(No difference)

Latest revision as of 21:07, 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)
Should you want to include double quotes, use a double set of square brackets like this:
<syntaxhighlight lang="lua">send([[say "Hi, I'm new here!"]])</syntaxhighlight>

Если вы хотите включить двойные кавычки, используйте двойной набор квадратных скобок вот так:

send([[скажите "Привет, я тут новенький!"]])