Next: , Previous: fileext, Up: language


Generate indented text
— TCL Backend: indent [#n|++|] [text ...]

Output text, indented to the current indent level. Each text argument is followed by a newline. Indent level can be changed by passing an absolute level with #n, or incremented or decremented with ++ or --.

Parameters:

test
The string to output indented.