Maximum difference between adjacent elements of list: Difference between revisions

m
→‎{{header|REXX}}: elided a duplicated comment.
m (added a word to the task's preamble ("which").)
m (→‎{{header|REXX}}: elided a duplicated comment.)
Line 453:
aa= aa a; bb= bb b /* the elements that had the max diff.*/
end /*j*/
say /*stick a fork in it, we're all done. */
say 'The maximum difference of the elements in the list is: ' d
do k=1 for words(aa)