Align columns: Difference between revisions

Content added Content deleted
m (→‎(boxed output): added/changed come comments, added whitespace.)
m (added related tasks.)
Line 14: Line 14:
Further,$allow$for$each$word$in$a$column$to$be$either$left$
Further,$allow$for$each$word$in$a$column$to$be$either$left$
justified,$right$justified,$or$center$justified$within$its$column.</pre>
justified,$right$justified,$or$center$justified$within$its$column.</pre>



Note that:
Note that:
# The example input texts lines may, or may not, have trailing dollar characters.
# &nbsp; The example input texts lines may, or may not, have trailing dollar characters.
# All columns should share the same alignment.
# &nbsp; All columns should share the same alignment.
# Consecutive space characters produced adjacent to the end of lines are insignificant for the purposes of the task.
# &nbsp; Consecutive space characters produced adjacent to the end of lines are insignificant for the purposes of the task.
# Output text will be viewed in a mono-spaced font on a plain text editor or basic terminal.
# &nbsp; Output text will be viewed in a mono-spaced font on a plain text editor or basic terminal.
# The minimum space between columns should be computed from the text and not hard-coded.
# &nbsp; The minimum space between columns should be computed from the text and not hard-coded.
# It is ''not'' a requirement to add separating characters between or around columns.
# &nbsp; It is ''not'' a requirement to add separating characters between or around columns.

{{Template:Strings}}
<br><br>
<br><br>