Old Russian measure of length: Difference between revisions

Content deleted Content added
→‎{{header|REXX}}: added the REXX language. -- ~~~~
m →‎{{header|REXX}}: changed wording one of the comments in the section header. -- ~~~~
Line 25: Line 25:
* does rounding for the two arithmetic operations performed
* does rounding for the two arithmetic operations performed
* does error checking on the user input
* does error checking on the user input
* corrects length unit names when not plural
* uses the correct length unit names when not plural
<lang rexx>/*REXX program to read a config file and assign VARs as found within. */
<lang rexx>/*REXX program to read a config file and assign VARs as found within. */
numeric digits 25
numeric digits 25