Talk:Find the intersection of two lines: Difference between revisions

Content added Content deleted
m (added a comment in the section header concerning that this REXX version will correctly execute on the IBM mainframe operating systems.)
Line 1: Line 1:
==a REXX version of a REXX version==
==a REXX version of a REXX version==
This REXX version is a re-write of version 2 of the REXX entry, with:
This REXX version is a re-write of version 2 of the REXX entry, with:
::*   added the required comment so that this REXX version would execute on VM/CMS and MVS/TSO
::*   aligned indentation for all   '''do-end'''   blocks   (and encapsulated statements)
::*   aligned indentation for all   '''do-end'''   blocks   (and encapsulated statements)
::*   elided superfluous zeroes and decimal points in (decimal) integers
::*   elided superfluous zeroes and decimal points in (decimal) integers