Hofstadter Figure-Figure sequences: Difference between revisions

Content deleted Content added
→‎{{header|REXX}}: re-wrote the subroutines and verification routine. -- ~~~~
m →‎{{header|REXX}}: corrected a typo in the section header. -- ~~~~
Line 1,301:
 
=={{header|REXX}}==
This REXX example makes use of sparesparse arrays.
<lang rexx>/*REXX pgm to calculate & verify the Hofstadter Figure-Figure sequences.*/
parse arg x highV . /*obtain any C.L. specifications.*/