/
glscene
/
pasdoc
Обзор
Документация
Войти
/
glscene
/
pasdoc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/testcases/ok_include.pas
21 строка
472 B
Michalis Kamburelis
Tests rearrangements, run_all_tests.sh script
09 фев 2018, 00:18
09 фев 2018, 00:18
b0a15f8
Код
Авторство
О чём код?
{ @abstract(This is a test of @@include tag.) Behold included file ok_include_1.txt: @include(ok_include_1.txt) Behold file ok_include_1.txt that is included for the 2nd time here: @include(ok_include_1.txt) Behold file ok_include_1.txt that is included for the 3rd time here, and this time it's inside @@bold: @bold @include(ok_include_1.txt) Take a look at @link(ok_include_intro Introduction) too. } unit ok_include; interface implementation end.