Language:
Русский
English
{Delline.PAS}
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
{Sample code for the Delline procedure.}
{DelLine is window-relative. The following example will delete the first
line in the window, which is the tenth line on the screen.}
Window(1, 10, 60, 20);
DelLine;