{+}displdef.inc \ -------------------- COMMON PREDEFINITIONS \
{+}displvar.inc \ ------------- STATIC VARIABLES DEFINITIONS \
{+}displval.inc \ ---------------- COMMON VALUES DEFINITIONS \
{+}displfun.inc \ ------------- COMMON FUNCTIONS DEFINITIONS \
{+}dispmain.inc \ --------------- MAIN FUNCTIONS DEFINITIONS \
Say"Hello World !"
33
@nl @ot
@nl @ob
@nl @oh
@nl @oi
@nl @oc
@nl 12345678 @oi
@nl 012345678 @ohd
{+}dispinit.inc \ MAIN FUNCTION INITIALIZATION - TERMINATION \
@main OutScr"BoxDisp" @!Exit
{+}wapend.inc
~~
BoxDisp.luc - �������� ������ ������ LUX - ���������������� ������� � �������� ��������������������� ������� ������ �� ����� ����������� �������� � ���������� ����, � �������������� ������� ������ �������� ������ ����� �������, ����������� �������� �� ����-���������� lib.dll � c �������������� ������� �������� �������� ������ ����� ������� ������ MessageBox API-32.
BoxDisp.luc - ���������� ������� ������ #ScreenDisplayControlBlock � �������� �������� ������, ����������� ������������ ���������������� �������� ������� GetMemory � ������� ������, ����������� �������� ���������� ������������� ������ ������� ������ lib.dll
���:
{+}displdef.inc <-- ����� ��������������� ����-�������.
����� ������������ ����� ������ ���� ����� ���������������.
{+}displvar.inc <-- ����������� ����������� ���������� ����.
����� ������������ ����� ���������� ���� ����������� ����������.
{+}displval.inc <-- ������ ������ ����������� �������� ��������.
����� ������������ ����� ���������� ���� ����������� ��������.
{+}displfun.inc <-- ����������� ����� ������� ����-�������.
����� ������������ ����������� ���� ����������� ����� �������.
{+}dispmain.inc <-- ����������� �������(��������) ������� ����.
����� ������������ ����������� ���� ��������� ������� �������.
����� ������� ������� ���������� ������ � ���������� ����:
Say"Hello World !" <-- ����� ��������� ������ - ���������.
33 <------------------ ������ ���������� ���������� ��������.
@nl <------ ����� � ����� ������ � ��������� ����.
@ot <------ ����� ����� ����������������� ����� - ���������.
@nl @ob <-- ����� ���� ����������������� ���� - �����.
@nl @oh <-- ����� 4-� ����������������� ���� - 2� ������ �����.
@nl @oi <-- ����� ����������� �������� �������� �����.
@nl @oc <-- ����� ������ �������-������ - �����.
@nl 12345678 @oi <-- ����� ����������� �������� �������� �����.
@nl 012345678 @ohd <-- ����� 16-������� �������� �������� �����.
{+}dispinit.inc <-- ���������-���������� ������� ������� ����.
@main <-- ����� ������� ������� ����.
OutScr"BoxDisp" <-- ����� ������ ����������� ����.
@!Exit <-- �����-������� � ������������ ������� Windows-32.
{+}wapend.inc <-- ����� ������ ���������.
~~