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

From Mudlet
Jump to navigation Jump to search
(Created page with "При вставке переменной вы используете ]] и [[ соответственно: <syntaxhighlight lang="lua">send(пнуть ...жертва)<...")
 
 
Line 1: Line 1:
 
При вставке переменной вы используете ]] и [[ соответственно:
 
При вставке переменной вы используете ]] и [[ соответственно:
<syntaxhighlight lang="lua">send([[пнуть ]]...жертва)</syntaxhighlight>
+
<syntaxhighlight lang="lua">send([[пнуть ]]..жертва)</syntaxhighlight>

Latest revision as of 21:09, 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)
When inserting a variable, you'd use the ]] and [[ appropriately:
<syntaxhighlight lang="lua">send([[poke ]]..victim)</syntaxhighlight>

При вставке переменной вы используете ]] и [[ соответственно:

send([[пнуть ]]..жертва)