HELP TABS A. Sloman, May 1982
tabs(<integer>);
This is equivalent to:
repeat <integer> times pr(tab) endrepeat;
TAB is a variable whose value is a word containing the tab character. It is
therefore equivalent to:
consword(`\t`, 1)
See also
HELP *VEDNOTABS - for the use of tabs in VED
HELP *SPACE - variable containing the space character
HELP *SP - procedure which prints a specified number of spaces
HELP *PRINT - for a list of printing proceduresAuthor: A. Sloman, May 1982