-- IndentDoc.tioga
-- last edited by: L. Stewart, December 12, 1983 5:21 pm
name Indent:
Syntax
Indent
The default argument is 8.
Indent n
n must be a number IN [0..80]
description
Indent is a filter which reads the standard input and prints each line (delimited by CR) on the standard output after printing some number of spaces.
examples
% Date | Indent 10
November 1, 1983 7:20 pm
%
warnings
Indent catches ViewerIO.Rubout, so if it is started reading from the keyboard, a DEL will stop it. It also catches IO.Error, so an unexpectedly closed stream will not break it.
stop/undo
Click the STOP! button or type DEL (if Indent is reding from the keyboard).
implementation
InitialCommandsImpl.mesa in CommandTool.df
contact
L. C. Stewart <Stewart.pa>
keyword hints
help button info man
keywords
to be supplied by the Index Czar