Old Russian measure of length: Difference between revisions

Content deleted Content added
m →‎{{header|REXX}}: changed wording one of the comments in the section header. -- ~~~~
m →‎{{header|REXX}}: added a comment about columnarized output instead of horizontal stream.
Line 26:
* does error checking on the user input
* uses the correct length unit names when not plural
* columnarized the output   (instead of a horizontal stream).
<lang rexx>/*REXX program to read a config file and assign VARs as found within. */
numeric digits 25