Language:
Русский
English
{Insline.PAS}
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
{Sample code for the InsLine procedure.}
{InsLine is window-relative. The following example inserts a line 60
columns wide at absolute coordinates (1, 10):}
Window(1, 10, 60, 20);
InsLine;