Difference between revisions of "Translations:Manual:Introduction/52/ko"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(No difference)

Latest revision as of 01:05, 17 February 2024

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)
To concatenate strings together, you can use the .. expression:
<syntaxhighlight lang="lua">my_full_name = "Bob" .. " the Builder"</syntaxhighlight>

To concatenate strings together, you can use the .. expression:

my_full_name = "Bob" .. " the Builder"