Align columns: Difference between revisions

Content added Content deleted
(→‎{{header|Run BASIC}}: Fixed, thanks.)
(Clarification on adding separators and (miss)use of e.g. HTML.)
Line 19: Line 19:
# All columns should share the same alignment.
# 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.
# 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.
# 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.
# 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.


=={{header|ABAP}}==
=={{header|ABAP}}==