Align columns: Difference between revisions

m
imported>Chinhouse
No edit summary
Line 3,276:
{{trans|AWK}}
 
<syntaxhighlight lang=easylang>
global width inp$[] .
proc read . .
Line 3,289:
.
.
call read
#
proc out mode . .
Line 3,319:
.
.
call out 1
print ""
call out 2
print ""
call out 3
#
input_data
Line 3,332:
Further,$allow$for$each$word$in$a$column$to$be$either$left$
justified,$right$justified,$or$center$justified$within$its$column.
 
</syntaxhighlight>
 
2,058

edits