Difference between revisions of "Translations:Manual:Introduction/62/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)
If your commands ends with a variable, you don't need the two dots after:
<syntaxhighlight lang="lua">send("Hi, my name is " .. character)</syntaxhighlight>

만약 명령어가 변수로 끝난다면, 따옴표 뒤에 두 점은 필요하지 않습니다.

send("안녕, 내 이름은 " .. character)