Difference between revisions of "Translations:Manual:Introduction/79/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)
Another type of mistake is when what you typed in makes sense to Lua when you typed it in, but when it's time for code to be actually run, something wrong happens. For example, you asked Lua to '''eecho("hey!")''' - this is valid, you typed it in right, but there is one problem - eecho doesn't exist. So when you run the alias, nothing actually happens. Why?

다른 종류의 실수는 입력한 내용이 Lua에서는 의미를 가지지만, 코드를 실행할 때 문제가 발생하는 경우입니다. 예를 들어, Lua에 eecho("hey!")라고 요청했습니다 - 이것은 유효하고 올바르게 입력한 것이지만, 한 가지 문제가 있습니다 - eecho가 존재하지 않습니다. 따라서 별다른 일이 일어나지 않습니다. 왜냐하면 eecho가 없기 때문입니다.