Class | Lisp::Format::Directives::Tabulate |
In: |
lib/facet/lisp-format.rb
|
Parent: | Directive |
Represents the ~T (Tabulate) directive. This tabulates to a given position in the output using white-space.
The output is spaced over to a given position, depending on where it already is and parameters given to this directive.
~colnum,colinc:@T
with the following interpretations
If output is already at or beyond colnum, then output is spaced over to column colnum + k * colinc, for the smallest k possible. An example of the @ modifiers effect is for the instance of the ~T directive ~3,8@T, which moves over three columns, and then to the first eight-sized tab-stop.