steed/doc/modules/dash.txt
2011-02-28 09:04:59 +00:00

19 lines
635 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

====== Модуль Dash ======
^ Подключение | require %%"%%dash%%"%% |
^ Тип | игровой |
^ Зависимости | [[Format]] |
===== Описание =====
Заменяет последовательность символов %%--%% на символ --. Замена происходит //только//
при выводе содержимого сцены.
===== Примеры использования =====
<code lua>
require "dash"
main = room {
nam = 'Введение';
dsc = [[ -- Ну, начнем!!!]];
}
</code>