Sort a list of object identifiers: Difference between revisions

m
→‎{{header|REXX}}: changed a comment in the REXX section header.
(→‎{{header|REXX}}: used OUT template, simplified program, elided the use of finding the maximum width number in the OID.)
m (→‎{{header|REXX}}: changed a comment in the REXX section header.)
Line 440:
 
=={{header|REXX}}==
This REXX version supports thenegative newintegers. and old format   (supports a leading decimal point).
<lang rexx>/*REXX program performs a sort of OID (Object IDentifiers ◄── used in Network data).*/
$= 1.3.6.1.4.1.11.2.17.19.3.4.0.10 , /* ◄──┐ */